aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
commitfe655281c5aaa0c4feb637ba0199f869ba84a78b (patch)
treeec6d9a3298f43e6216117f9bd115130df43bf52a /sbin/dump
parent6817e978cfb63ed11372fa169dc49f0b0b2d7bd1 (diff)
downloadsrc-fe655281c5aaa0c4feb637ba0199f869ba84a78b.tar.gz
src-fe655281c5aaa0c4feb637ba0199f869ba84a78b.zip
Set the default manual section for sbin/ to 8.
Notes
Notes: svn path=/head/; revision=74531
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index b2e0e08c68f1..0266aa1c2fc5 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -20,7 +20,6 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c
BINGRP= tty
BINMODE=2555
-MAN8= dump.8
MLINKS+=dump.8 rdump.8
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)