aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
commitc73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch)
tree4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/mrouted
parentfe655281c5aaa0c4feb637ba0199f869ba84a78b (diff)
Set the default manual section for usr.sbin/ to 8.
Notes
Notes: svn path=/head/; revision=74532
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/map-mbone/Makefile1
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile1
-rw-r--r--usr.sbin/mrouted/mrouted/Makefile1
-rw-r--r--usr.sbin/mrouted/mtrace/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile
index afe6d24ef377..22abcb43e878 100644
--- a/usr.sbin/mrouted/map-mbone/Makefile
+++ b/usr.sbin/mrouted/map-mbone/Makefile
@@ -9,6 +9,5 @@ DPADD= ${LIBMROUTED}
LDADD= ${LIBMROUTED}
SRCS= mapper.c
-MAN8= map-mbone.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile
index a529cf9b64ee..caf106b3bfe0 100644
--- a/usr.sbin/mrouted/mrinfo/Makefile
+++ b/usr.sbin/mrouted/mrinfo/Makefile
@@ -8,7 +8,6 @@ CFLAGS+= -I$S
DPADD= ${LIBMROUTED}
LDADD= ${LIBMROUTED}
-MAN8= mrinfo.8
BINMODE=4555
.include <bsd.prog.mk>
diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile
index a7a0fcbe5512..efcc1d64624e 100644
--- a/usr.sbin/mrouted/mrouted/Makefile
+++ b/usr.sbin/mrouted/mrouted/Makefile
@@ -10,7 +10,6 @@ YFLAGS=
SRCS= config.c cfparse.y main.c route.c vif.c prune.c callout.c rsrr.c \
ipip.c icmp.c vers.c igmp.c inet.c kern.c
CLEANFILES+= vers.c
-MAN8= mrouted.8
vers.c: $S/VERSION
rm -f vers.c ; \
diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile
index 6fa62606f2e4..ee9c203b07e5 100644
--- a/usr.sbin/mrouted/mtrace/Makefile
+++ b/usr.sbin/mrouted/mtrace/Makefile
@@ -6,7 +6,6 @@ S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
-MAN8= mtrace.8
BINMODE=4555
.include <bsd.prog.mk>