]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - libexec/bootpd/bootpgw/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / libexec / bootpd / bootpgw / Makefile
1 # Makefile
2 # $FreeBSD$
3
4 PROG=   bootpgw
5 NO_MAN=
6 SRCS=   bootpgw.c getif.c hwaddr.c report.c rtmsg.c
7
8 SRCDIR= ${.CURDIR}/..
9 CFLAGS+=-I${SRCDIR}
10 .PATH:  ${SRCDIR}
11
12 .include <bsd.prog.mk>