diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
| commit | e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff (patch) | |
| tree | 99317e3e4c34a31d62639cf2ccbaae831de513b1 /libexec/bootpd | |
| parent | 0dc44b5add5cc61d6425762fd6adf24820911ac8 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd')
| -rw-r--r-- | libexec/bootpd/Makefile | 3 | ||||
| -rw-r--r-- | libexec/bootpd/tools/Makefile.inc | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootpef/Makefile | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index f428be888778..830577a57def 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -10,8 +10,7 @@ SUBDIR= bootpgw tools SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \ lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c -MAN5= bootptab.5 -MAN8= bootpd.8 +MAN= bootptab.5 bootpd.8 MLINKS= bootpd.8 bootpgw.8 .include <bsd.prog.mk> diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 993014725b0e..4d7876162d28 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -2,4 +2,3 @@ # $FreeBSD$ BINDIR= /usr/sbin -MANSECT?= 8 diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index 860509cb1d88..9436561d4a66 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= bootpef +MAN= bootpef.8 SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \ hwaddr.c report.c tzone.c rtmsg.c diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index e82fcb207da0..fae5127eebb3 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}/../.. |
