NetBSD/usr.sbin/rarpd/Makefile

15 lines
303 B
Makefile
Raw Normal View History

1995-11-17 12:49:19 +03:00
# $NetBSD: Makefile,v 1.4 1995/11/17 09:51:08 thorpej Exp $
PROG= rarpd
SRCS= rarpd.c
CFLAGS+=-I${.CURDIR}
# Uncomment the following to require a boot file in TFTP_DIR
# to exist for a rarp reply to be sent.
# CFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
1994-12-22 14:32:57 +03:00
MAN= rarpd.8
.include <bsd.prog.mk>