summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-11-15 07:04:07 +0000
committerderaadt <deraadt@openbsd.org>1995-11-15 07:04:07 +0000
commit3b5da8e6787cfcb085d40b331a93dd14ea79e81f (patch)
tree82f92be0896fb17c48f4ca2c0415585d02acb8d9 /usr.sbin/rarpd/Makefile
parentdo not credit UCB if we are not prepared to credit everyone (diff)
downloadwireguard-openbsd-3b5da8e6787cfcb085d40b331a93dd14ea79e81f.tar.xz
wireguard-openbsd-3b5da8e6787cfcb085d40b331a93dd14ea79e81f.zip
rarpd can once again set arp entries on the local host; from freebsd
Diffstat (limited to 'usr.sbin/rarpd/Makefile')
-rw-r--r--usr.sbin/rarpd/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile
index ba41f15ba71..85353e771c4 100644
--- a/usr.sbin/rarpd/Makefile
+++ b/usr.sbin/rarpd/Makefile
@@ -1,14 +1,11 @@
-# @(#) $Id: Makefile,v 1.1.1.1 1995/10/18 08:48:02 deraadt Exp $
+# @(#) $Id: Makefile,v 1.2 1995/11/15 07:04:07 deraadt Exp $
PROG= rarpd
-SRCS= rarpd.c
-
-CFLAGS+=-I${.CURDIR}
+SRCS= rarpd.c arptab.c
+MAN= rarpd.8
# Uncomment the following to require a boot file in TFTP_DIR
# to exist for a rarp reply to be sent.
-# CFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
-
-MAN= rarpd.8
+# CFLAGS+=-DREQUIRE_TFTPBOOT
.include <bsd.prog.mk>