Makefile revision 1.3
1# @(#) $Id: Makefile,v 1.3 1995/09/01 21:55:44 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