From cc7d8003bfd4eb8a46e557258eb263aea384b81c Mon Sep 17 00:00:00 2001 From: Geoff Rehmet Date: Sat, 10 Sep 1994 14:44:56 +0000 Subject: Bootpd 2.4.0 (and associated utils) Obtained from:NetBSD --- usr.sbin/bootpef/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 usr.sbin/bootpef/Makefile (limited to 'usr.sbin/bootpef') diff --git a/usr.sbin/bootpef/Makefile b/usr.sbin/bootpef/Makefile new file mode 100644 index 0000000000000..dccbc69694f93 --- /dev/null +++ b/usr.sbin/bootpef/Makefile @@ -0,0 +1,15 @@ +# bootpef/Makefile +# $Id: Makefile,v 1.2 1994/06/27 21:31:21 gwr Exp $ + +PROG= bootpef +SRCDIR= ${.CURDIR}/../bootpd +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 + +MAN8= bootpef.0 + +.include + -- cgit v1.3