Makefile revision 1.3
11.3Sthorpej# @(#) $Id: Makefile,v 1.3 1995/09/01 21:55:44 thorpej Exp $
21.1Sderaadt
31.1SderaadtPROG=	rarpd
41.1SderaadtSRCS=	rarpd.c
51.1Sderaadt
61.3SthorpejCFLAGS+=-I${.CURDIR}
71.3Sthorpej
81.3Sthorpej# Uncomment the following to require a boot file in TFTP_DIR
91.3Sthorpej# to exist for a rarp reply to be sent.
101.3Sthorpej# CFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
111.1Sderaadt
121.2ScgdMAN=	rarpd.8
131.1Sderaadt
141.1Sderaadt.include <bsd.prog.mk>
15