1994-09-30 05:45:07 +00:00
|
|
|
# Makefile
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-09-30 05:45:07 +00:00
|
|
|
|
|
|
|
PROG= bootpef
|
2001-03-26 14:22:12 +00:00
|
|
|
MAN= bootpef.8
|
1994-09-30 05:45:07 +00:00
|
|
|
SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
|
|
|
|
hwaddr.c report.c tzone.c rtmsg.c
|
|
|
|
|
|
|
|
SRCDIR= ${.CURDIR}/../..
|
|
|
|
CFLAGS+=-I${SRCDIR}
|
|
|
|
.PATH: ${SRCDIR}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|