diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
commit | f10dc9aca1097011cc6fd2f38be5e855132c46f0 (patch) | |
tree | 5e5ad69bb402f6680ccfdc8f662837f174acaab6 /usr.sbin/rtprio | |
parent | 56b5d7535b94f68324d688401270d40f3779f0aa (diff) | |
download | FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.zip FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.tar.gz |
Set the default manual section for usr.sbin/ to 8.
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r-- | usr.sbin/rtprio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile index 4c0e0cd..3280dbe 100644 --- a/usr.sbin/rtprio/Makefile +++ b/usr.sbin/rtprio/Makefile @@ -1,10 +1,9 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/11/90 # $FreeBSD$ -BINDIR=/usr/sbin PROG= rtprio LINKS= ${BINDIR}/rtprio ${BINDIR}/idprio +MAN1= ${PROG}.1 MLINKS= rtprio.1 idprio.1 -MAN1= rtprio.1 .include <bsd.prog.mk> |