aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-04-13 05:21:56 +0000
committerWarner Losh <imp@FreeBSD.org>2014-04-13 05:21:56 +0000
commit3bdf775801b218aa5a89564839405b122f4b233e (patch)
treee8b079688238ae81d3122ea197d8ddb379b45059 /libexec/bootpd
parente0919954d519767b541c28965dbd862787eb84cf (diff)
downloadsrc-3bdf775801b218aa5a89564839405b122f4b233e.tar.gz
src-3bdf775801b218aa5a89564839405b122f4b233e.zip
Notes
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootpgw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile
index 93a982c2d384..b7adadf3d514 100644
--- a/libexec/bootpd/bootpgw/Makefile
+++ b/libexec/bootpd/bootpgw/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= bootpgw
-NO_MAN=
+MAN=
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
SRCDIR= ${.CURDIR}/..