1994-09-10 16:44:56 +02:00
|
|
|
# bootpef/Makefile
|
1994-09-12 09:48:33 +02:00
|
|
|
# $Id: Makefile,v 1.2 1994/09/10 15:00:04 csgr Exp $
|
1994-09-10 16:44:56 +02:00
|
|
|
|
|
|
|
PROG= bootpef
|
|
|
|
SRCDIR= ${.CURDIR}/../bootpd
|
1994-09-10 17:00:08 +02:00
|
|
|
#CFLAGS+= -DETC_ETHERS
|
|
|
|
CFLAGS+= -DDEBUG -I${SRCDIR}
|
1994-09-10 16:44:56 +02:00
|
|
|
.PATH: ${SRCDIR}
|
1994-09-10 17:00:08 +02:00
|
|
|
MANSRC= ${SRCDIR}
|
1994-09-10 16:44:56 +02:00
|
|
|
|
|
|
|
SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c \
|
1994-09-12 09:48:33 +02:00
|
|
|
lookup.c hwaddr.c report.c rtmsg.c tzone.c
|
1994-09-10 16:44:56 +02:00
|
|
|
|
1994-09-10 17:00:08 +02:00
|
|
|
MAN8= bootpef.8
|
1994-09-10 16:44:56 +02:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|