13229Spst# Makefile
250476Speter# $FreeBSD$
33229Spst
43229SpstPROG=	bootpef
574814SruMAN=	bootpef.8
63229SpstSRCS=	bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
73229Spst	hwaddr.c report.c tzone.c rtmsg.c
83229Spst
93229SpstSRCDIR=	${.CURDIR}/../..
103229SpstCFLAGS+=-I${SRCDIR}
113229Spst.PATH:	${SRCDIR}
123229Spst
133229Spst.include <bsd.prog.mk>
14