aboutsummaryrefslogtreecommitdiffstats
path: root/net/choparp/files/patch-ab
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-07 14:39:43 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-07 14:39:43 +0000
commit1b5f72d092728632727e9f5cde56093ed0f896d9 (patch)
tree61385bc2fbcad8677ae1bc51ce83c7dc23b613fe /net/choparp/files/patch-ab
parent39069225734090b61421ede89f78ccfb3c0aee72 (diff)
choparp port.
small and simplified proxy arp daemon. Submitted by: itojun@itojun.org
Diffstat (limited to 'net/choparp/files/patch-ab')
-rw-r--r--net/choparp/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/choparp/files/patch-ab b/net/choparp/files/patch-ab
new file mode 100644
index 000000000000..df401e0dbab0
--- /dev/null
+++ b/net/choparp/files/patch-ab
@@ -0,0 +1,11 @@
+--- /dev/null Wed Oct 8 00:26:43 1997
++++ Makefile Tue Oct 7 16:35:28 1997
+@@ -0,0 +1,8 @@
++PROG= choparp
++MAN8= choparp.8
++
++DESTDIR=/usr/local
++BINDIR= /sbin
++MANDIR= /man/man
++
++.include <bsd.prog.mk>