]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - libexec/bootpd/tools/bootpef/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / libexec / bootpd / tools / bootpef / Makefile
1 # Makefile
2 # $FreeBSD$
3
4 PROG=   bootpef
5 MAN=    bootpef.8
6 SRCS=   bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
7         hwaddr.c report.c tzone.c rtmsg.c
8
9 SRCDIR= ${.CURDIR}/../..
10 CFLAGS+=-I${SRCDIR}
11 .PATH:  ${SRCDIR}
12
13 .include <bsd.prog.mk>