1994-05-31 00:18:34 +04:00
|
|
|
# bootpef/Makefile
|
1994-12-22 14:32:57 +03:00
|
|
|
# $Id: Makefile,v 1.3 1994/12/22 11:33:12 cgd Exp $
|
1994-05-31 00:18:34 +04:00
|
|
|
|
|
|
|
PROG= bootpef
|
1994-06-28 01:31:21 +04:00
|
|
|
SRCDIR= ${.CURDIR}/../bootpd
|
1994-05-31 00:18:34 +04:00
|
|
|
CFLAGS+= -DETC_ETHERS -DDEBUG -I${SRCDIR}
|
|
|
|
.PATH: ${SRCDIR}
|
|
|
|
|
|
|
|
SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c \
|
|
|
|
lookup.c hwaddr.c report.c tzone.c
|
|
|
|
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= bootpef.8
|
1994-05-31 00:18:34 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|