113576Spst# Makefile
250476Speter# $FreeBSD$
313576Spst
413576SpstPROG=	bootpgw
5139103SruNO_MAN=
613576SpstSRCS=	bootpgw.c getif.c hwaddr.c report.c rtmsg.c
713576Spst
813576SpstSRCDIR=	${.CURDIR}/..
913576SpstCFLAGS+=-I${SRCDIR}
1013576Spst.PATH:	${SRCDIR}
1113576Spst
1213576Spst.include <bsd.prog.mk>
13