]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bootpef/Makefile
Obtained from: my old fix for 1.1.5
[FreeBSD/FreeBSD.git] / usr.sbin / bootpef / Makefile
1 # bootpef/Makefile
2 # $Id: Makefile,v 1.2 1994/09/10 15:00:04 csgr Exp $
3
4 PROG=   bootpef
5 SRCDIR= ${.CURDIR}/../bootpd
6 #CFLAGS+= -DETC_ETHERS 
7 CFLAGS+= -DDEBUG -I${SRCDIR}
8 .PATH: ${SRCDIR}
9 MANSRC= ${SRCDIR}
10
11 SRCS=   bootpef.c dovend.c readfile.c hash.c dumptab.c \
12          lookup.c hwaddr.c report.c rtmsg.c tzone.c
13
14 MAN8=   bootpef.8
15
16 .include <bsd.prog.mk>
17