Makefile revision 1.10
11.10Smrg#	$NetBSD: Makefile,v 1.10 2006/05/11 23:16:31 mrg 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>
161.10Smrg
171.10Smrg.if ${HAVE_GCC} == 4
181.10SmrgCOPTS.mkarp.c+=	-Wno-pointer-sign
191.10Smrg.endif
20