NetBSD/usr.sbin/rarpd/Makefile

15 lines
325 B
Makefile
Raw Normal View History

1999-06-06 06:52:16 +04:00
# $NetBSD: Makefile,v 1.8 1999/06/06 02:58:22 thorpej Exp $
PROG= rarpd
SRCS= rarpd.c mkarp.c
MAN= rarpd.8
# Uncomment the following to require a boot file in TFTP_DIR
# to exist for a rarp reply to be sent.
1997-10-25 10:57:53 +04:00
# CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
1999-06-06 06:52:16 +04:00
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>