1 1.9 itojun # $NetBSD: Makefile,v 1.9 2000/04/13 09:12:16 itojun 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.9 itojun CPPFLAGS+=-DHAVE_IFADDRS_H 11 1.1 deraadt 12 1.8 thorpej LDADD+= -lutil 13 1.8 thorpej DPADD+= ${LIBUTIL} 14 1.1 deraadt 15 1.1 deraadt .include <bsd.prog.mk> 16