summaryrefslogtreecommitdiff
path: root/usr.sbin/rtprio
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
commitc73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch)
tree4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/rtprio
parentfe655281c5aaa0c4feb637ba0199f869ba84a78b (diff)
Notes
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r--usr.sbin/rtprio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile
index 4c0e0cdc3212..3280dbe43d8e 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>