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/slattach/Makefile | |
parent | 6817e978cfb63ed11372fa169dc49f0b0b2d7bd1 (diff) |
Set the default manual section for sbin/ to 8.
Notes
Notes:
svn path=/head/; revision=74531
Diffstat (limited to 'sbin/slattach/Makefile')
-rw-r--r-- | sbin/slattach/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index defa38531c41..34c86cbc4954 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -3,8 +3,6 @@ # $FreeBSD$ PROG= slattach -SRCS= slattach.c -MAN8= slattach.8 MLINKS= slattach.8 slip.8 LDADD= -lutil DPADD= ${LIBUTIL} |