Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 1999/06/06 02:58:22 thorpej Exp $
2
3PROG=	rarpd
4SRCS=	rarpd.c mkarp.c
5MAN=	rarpd.8
6
7# Uncomment the following to require a boot file in TFTP_DIR
8# to exist for a rarp reply to be sent.
9# CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
10
11LDADD+=	-lutil
12DPADD+=	${LIBUTIL}
13
14.include <bsd.prog.mk>
15