summaryrefslogtreecommitdiff
path: root/net-mgmt/cidr/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cidr/files/patch-aa')
-rw-r--r--net-mgmt/cidr/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/cidr/files/patch-aa b/net-mgmt/cidr/files/patch-aa
deleted file mode 100644
index 063439a16695..000000000000
--- a/net-mgmt/cidr/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.old Wed Jul 19 12:44:39 2000
-+++ Makefile Sat Jun 17 14:26:22 2000
-@@ -4,7 +4,7 @@
- OBJS = cidr.o
-
- cidr: $(OBJS)
-- gcc -Wall -o cidr cidr.c
-+ gcc -Wall -o cidr $(OBJS)
-
- clean:
- rm $(OBJS) cidr