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