# Makefile
# $FreeBSD: stable/2.2/libexec/bootpd/tools/bootpef/Makefile 50952 1999-09-05 11:54:50Z peter $

PROG=	bootpef
MAN8=	bootpef.8
SRCS=	bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
	hwaddr.c report.c tzone.c rtmsg.c

SRCDIR=	${.CURDIR}/../..
CFLAGS+=-I${SRCDIR}
.PATH:	${SRCDIR}

.include <bsd.prog.mk>
