diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-07-19 10:48:43 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-19 10:48:43 +0000 |
| commit | dc8d4f33864d5a27a6b5c71cd77fa4d46e8a4559 (patch) | |
| tree | 8db76bffb8f8fbb45352762a34b640b3b48e128e /net-mgmt/cidr/files/patch-aa | |
| parent | bcdd84a67f8411ed07890f9bfe7f6d8618f5e621 (diff) | |
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/patch-aa')
| -rw-r--r-- | net-mgmt/cidr/files/patch-aa | 11 |
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 |
