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