xref: /netbsd/usr.sbin/rarpd/Makefile (revision f90cf6bd)
1#	$NetBSD: Makefile,v 1.4 1995/11/17 09:51:08 thorpej Exp $
2
3PROG=	rarpd
4SRCS=	rarpd.c
5
6CFLAGS+=-I${.CURDIR}
7
8# Uncomment the following to require a boot file in TFTP_DIR
9# to exist for a rarp reply to be sent.
10# CFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
11
12MAN=	rarpd.8
13
14.include <bsd.prog.mk>
15