aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/confregdecode/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/confregdecode/files/patch-ab')
-rw-r--r--net-mgmt/confregdecode/files/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mgmt/confregdecode/files/patch-ab b/net-mgmt/confregdecode/files/patch-ab
deleted file mode 100644
index 9cf991e812af..000000000000
--- a/net-mgmt/confregdecode/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Thu May 31 16:08:05 2001
-+++ Makefile Sat Jun 2 23:35:58 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