Makefile revision 1.8
11.8Sthorpej#	$NetBSD: Makefile,v 1.8 1999/06/06 02:58:22 thorpej Exp $
21.1Sderaadt
31.1SderaadtPROG=	rarpd
41.7SisSRCS=	rarpd.c mkarp.c
51.5SlukemMAN=	rarpd.8
61.3Sthorpej
71.3Sthorpej# Uncomment the following to require a boot file in TFTP_DIR
81.3Sthorpej# to exist for a rarp reply to be sent.
91.6Slukem# CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
101.1Sderaadt
111.8SthorpejLDADD+=	-lutil
121.8SthorpejDPADD+=	${LIBUTIL}
131.1Sderaadt
141.1Sderaadt.include <bsd.prog.mk>
15