diff options
Diffstat (limited to 'usr.sbin/rarpd/Makefile')
-rw-r--r-- | usr.sbin/rarpd/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index c18fe033f2a..85353e771c4 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -1,14 +1,11 @@ -# @(#) $Id: Makefile,v 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> |