13229Spst# Makefile
250476Speter# $FreeBSD: releng/10.3/libexec/bootpd/tools/bootptest/Makefile 74814 2001-03-26 14:22:12Z ru $
33229Spst
43229SpstPROG=	bootptest
574814SruMAN=	bootptest.8
611050SbdeSRCS=	bootptest.c getether.c getif.c print-bootp.c report.c
73229Spst
83229SpstSRCDIR=	${.CURDIR}/../..
93229SpstCFLAGS+=-I${SRCDIR}
103229Spst.PATH:	${SRCDIR}
113229Spst
123229Spst.include <bsd.prog.mk>
13