1 # $NetBSD: Makefile,v 1.7 1997/11/24 18:43:19 is Exp $ 2 3 PROG= rarpd 4 SRCS= rarpd.c mkarp.c 5 MAN= rarpd.8 6 7 # Uncomment the following to require a boot file in TFTP_DIR 8 # to exist for a rarp reply to be sent. 9 # CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\" 10 11 12 .include <bsd.prog.mk> 13