summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootpef
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-09-10 15:00:08 +0000
committercsgr <csgr@FreeBSD.org>1994-09-10 15:00:08 +0000
commit0236beb280408376c84df3782f0cf117360acd74 (patch)
tree7fdebf86f826ed1718ce7a9f55aa54068e0a9a78 /usr.sbin/bootpef
parentcef6b0890b2332d09958a69576f71d002ad5614e (diff)
downloadFreeBSD-src-0236beb280408376c84df3782f0cf117360acd74.zip
FreeBSD-src-0236beb280408376c84df3782f0cf117360acd74.tar.gz
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).
Diffstat (limited to 'usr.sbin/bootpef')
-rw-r--r--usr.sbin/bootpef/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/bootpef/Makefile b/usr.sbin/bootpef/Makefile
index dccbc69..8488e60 100644
--- a/usr.sbin/bootpef/Makefile
+++ b/usr.sbin/bootpef/Makefile
@@ -3,13 +3,15 @@
PROG= bootpef
SRCDIR= ${.CURDIR}/../bootpd
-CFLAGS+= -DETC_ETHERS -DDEBUG -I${SRCDIR}
+#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.0
+MAN8= bootpef.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud