diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
commit | 56b5d7535b94f68324d688401270d40f3779f0aa (patch) | |
tree | 5595d1171fe386d2597473f260d7abc50f6f6ff3 /sbin/startslip | |
parent | ebd6ae3e698b396be69e6680b62601a931178567 (diff) | |
download | FreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.zip FreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.tar.gz |
Set the default manual section for sbin/ to 8.
Diffstat (limited to 'sbin/startslip')
-rw-r--r-- | sbin/startslip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/startslip/Makefile b/sbin/startslip/Makefile index 26a8aaa..dc42bcc 100644 --- a/sbin/startslip/Makefile +++ b/sbin/startslip/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= startslip +MAN1= ${PROG}.1 DPADD= ${LIBUTIL} LDADD= -lutil |