aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/cidr/files
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-07-19 18:48:43 +0800
committeralex <alex@FreeBSD.org>2000-07-19 18:48:43 +0800
commited3db9b676227bc4c2d1ba7b2783394f36804da8 (patch)
treee03d9a3a175d49e6ed6a876d40fd7028e9ec1d87 /net-mgmt/cidr/files
parent8e2f4d2d37f6fde5feb02a24f8936702d6ce4a76 (diff)
downloadfreebsd-ports-gnome-ed3db9b676227bc4c2d1ba7b2783394f36804da8.tar.gz
freebsd-ports-gnome-ed3db9b676227bc4c2d1ba7b2783394f36804da8.tar.zst
freebsd-ports-gnome-ed3db9b676227bc4c2d1ba7b2783394f36804da8.zip
Add cidr-2.3, a RFC 1878 subnet calculator / helper.
PR: 20010 Submitted by: Domas Mituzas <midom@dammit.lt>
Diffstat (limited to 'net-mgmt/cidr/files')
-rw-r--r--net-mgmt/cidr/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/cidr/files/patch-aa b/net-mgmt/cidr/files/patch-aa
new file mode 100644
index 000000000000..063439a16695
--- /dev/null
+++ b/net-mgmt/cidr/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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