Makefile revision 1.9
11.9Sitojun#	$NetBSD: Makefile,v 1.9 2000/04/13 09:12:16 itojun 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.9SitojunCPPFLAGS+=-DHAVE_IFADDRS_H
111.1Sderaadt
121.8SthorpejLDADD+=	-lutil
131.8SthorpejDPADD+=	${LIBUTIL}
141.1Sderaadt
151.1Sderaadt.include <bsd.prog.mk>
16