diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 17:02:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 17:02:57 +0000 |
commit | 17863b3fc99a8b46ab4ef6df895f357208bb4ea7 (patch) | |
tree | 2a64d76681248d9607b693868830270d7a0df7b3 /net-mgmt/confregdecode/files/patch-ab | |
parent | add qcl (diff) |
add confregdecode
Cisco Systems IOS(tm) configuration register decoder
PR: 27631
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=43279
Diffstat (limited to 'net-mgmt/confregdecode/files/patch-ab')
-rw-r--r-- | net-mgmt/confregdecode/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/confregdecode/files/patch-ab b/net-mgmt/confregdecode/files/patch-ab new file mode 100644 index 000000000000..d6d7acf981b5 --- /dev/null +++ b/net-mgmt/confregdecode/files/patch-ab @@ -0,0 +1,13 @@ +--- Makefile.orig Thu May 24 22:06:27 2001 ++++ Makefile Thu May 24 22:06:42 2001 +@@ -12,8 +12,8 @@ + $(JAVAC) $(JAVAC_FLAGS) com/marcuscom/confregdecode/ConfregDecode.java + + jar: all +- jar -cvf cd.jar com/marcuscom/confregdecode/*.class ++ jar -cvf confregdecode.jar com/marcuscom/confregdecode/*.class + + clean: + $(RM) -f com/marcuscom/confregdecode/*.class +- $(RM) -f cd.jar ++ $(RM) -f cconfregdecode.jar |