freebsd-dev/libexec/bootpd/tools/bootpef/Makefile

14 lines
235 B
Makefile
Raw Normal View History

1994-09-30 05:45:07 +00:00
# Makefile
1997-02-22 14:22:49 +00:00
# $Id$
1994-09-30 05:45:07 +00:00
PROG= bootpef
MAN8= bootpef.8
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>