diff options
Diffstat (limited to 'libexec/bootpd/bootpgw/Makefile')
-rw-r--r-- | libexec/bootpd/bootpgw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index e02887474848..93a982c2d384 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= bootpgw -NOMAN= +NO_MAN= SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c SRCDIR= ${.CURDIR}/.. |