diff options
Diffstat (limited to 'libexec/bootpd/tools/bootptest/Makefile')
-rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index e82fcb2..fae5127 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= bootptest +MAN= bootptest.8 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c SRCDIR= ${.CURDIR}/../.. |