diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-10-07 14:39:43 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-10-07 14:39:43 +0000 |
commit | 1b5f72d092728632727e9f5cde56093ed0f896d9 (patch) | |
tree | 61385bc2fbcad8677ae1bc51ce83c7dc23b613fe /net-mgmt/choparp/files/patch-ab | |
parent | Upgrade to 4.3.0 (diff) |
choparp port.
small and simplified proxy arp daemon.
Submitted by: itojun@itojun.org
Notes
Notes:
svn path=/head/; revision=8157
Diffstat (limited to 'net-mgmt/choparp/files/patch-ab')
-rw-r--r-- | net-mgmt/choparp/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/choparp/files/patch-ab b/net-mgmt/choparp/files/patch-ab new file mode 100644 index 000000000000..df401e0dbab0 --- /dev/null +++ b/net-mgmt/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> |