#	BSDI	Makefile,v 2.1 1995/02/03 06:37:24 polk Exp

PROG=	bootptest
SRCS=	bootptest.c print-bootp.c getif.c report.c getether.c
CFLAGS+=-I${.CURDIR}/../bootpd \
	-DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU -DDHCP -DDYNAMIC

# Uncomment and edit this to choose the facility code used for syslog.
# CFLAGS+="-DLOG_BOOTP=LOG_LOCAL2"

MAN8=	bootptest.0

BINDIR=	/usr/sbin

.PATH:	${.CURDIR}/../bootpd

.include <bsd.prog.mk>
