1 # $NetBSD: Makefile,v 1.6 1997/10/25 06:58:35 lukem Exp $ 2 3 PROG= rarpd 4 MAN= rarpd.8 5 6 # Uncomment the following to require a boot file in TFTP_DIR 7 # to exist for a rarp reply to be sent. 8 # CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\" 9 10 11 .include <bsd.prog.mk> 12