xref: /netbsd/usr.sbin/rarpd/Makefile (revision d4fc5fab)
1#	$NetBSD: Makefile,v 1.7 1997/11/24 18:43:19 is 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
11
12.include <bsd.prog.mk>
13