diff options
author | bde <bde@FreeBSD.org> | 1995-08-06 00:58:52 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-08-06 00:58:52 +0000 |
commit | 6b8146fcaa2165d00d4825cedb15b561b87f4f67 (patch) | |
tree | 482e6a02e3d9101e66741d1c40209538886a1ebf /usr.sbin/rtprio | |
parent | 26a84585fb55d8e6fd223f39eaa3c119b47905fc (diff) | |
download | FreeBSD-src-6b8146fcaa2165d00d4825cedb15b561b87f4f67.zip FreeBSD-src-6b8146fcaa2165d00d4825cedb15b561b87f4f67.tar.gz |
Don't attempt to install rtprio.2 from here. It has moved to lib/libc/sys.
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 af159bf..0b41ac9 100644 --- a/usr.sbin/rtprio/Makefile +++ b/usr.sbin/rtprio/Makefile @@ -1,11 +1,10 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1 1994/09/01 12:05:12 davidg Exp $ +# $Id: Makefile,v 1.2 1994/10/02 04:48:18 davidg Exp $ BINDIR=/usr/sbin PROG= rtprio LINKS= ${BINDIR}/rtprio ${BINDIR}/idprio MLINKS= rtprio.1 idprio.1 MAN1= rtprio.1 -MAN2= rtprio.2 .include <bsd.prog.mk> |