1 # @(#) $Id: Makefile,v 1.3 1995/09/01 21:55:44 thorpej Exp $ 2 3 PROG= rarpd 4 SRCS= rarpd.c 5 6 CFLAGS+=-I${.CURDIR} 7 8 # Uncomment the following to require a boot file in TFTP_DIR 9 # to exist for a rarp reply to be sent. 10 # CFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\" 11 12 MAN= rarpd.8 13 14 .include <bsd.prog.mk> 15