Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 1997/06/21 14:23:57 lukem Exp $
2
3PROG=	rarpd
4MAN=	rarpd.8
5
6# Uncomment the following to require a boot file in TFTP_DIR
7# to exist for a rarp reply to be sent.
8# CFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
9
10
11.include <bsd.prog.mk>
12