NetBSD/usr.sbin/rarpd/Makefile
thorpej c78a02a75a Make the "/tftpboot/<client-ip-address>" requirement conditional on
-DREQUIRE_TFTPBOOT and disable it by default.
1995-09-01 21:55:44 +00:00

15 lines
304 B
Makefile

# @(#) $Id: Makefile,v 1.3 1995/09/01 21:55:44 thorpej Exp $
PROG= rarpd
SRCS= rarpd.c
CFLAGS+=-I${.CURDIR}
# 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
.include <bsd.prog.mk>