diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
commit | fe655281c5aaa0c4feb637ba0199f869ba84a78b (patch) | |
tree | ec6d9a3298f43e6216117f9bd115130df43bf52a /sbin/dumpon/Makefile | |
parent | 6817e978cfb63ed11372fa169dc49f0b0b2d7bd1 (diff) |
Set the default manual section for sbin/ to 8.
Notes
Notes:
svn path=/head/; revision=74531
Diffstat (limited to 'sbin/dumpon/Makefile')
-rw-r--r-- | sbin/dumpon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index bd41769b8d2b..e81650a1e347 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= dumpon -MAN8= dumpon.8 .include <bsd.prog.mk> |