HardenedBSD/usr.sbin/bootpef/Makefile
Geoff Rehmet 6382c5b7fe Changes for bootpd to work on FreeBSD 2.0:
- Makefile changes (manual installation)
- (hwaddr.c rtmsg.c) Do setting of arp cache entries by writing to
  routing socket, rather than by calling arp(8).
1994-09-10 15:00:08 +00:00

18 lines
338 B
Makefile

# bootpef/Makefile
# $Id: Makefile,v 1.2 1994/06/27 21:31:21 gwr Exp $
PROG= bootpef
SRCDIR= ${.CURDIR}/../bootpd
#CFLAGS+= -DETC_ETHERS
CFLAGS+= -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}
MANSRC= ${SRCDIR}
SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c \
lookup.c hwaddr.c report.c tzone.c
MAN8= bootpef.8
.include <bsd.prog.mk>