From 7231767144160deeb951c56c17dfa547be48f8fa Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 6 Aug 1995 00:58:52 +0000 Subject: [PATCH] Don't attempt to install rtprio.2 from here. It has moved to lib/libc/sys. --- usr.sbin/rtprio/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile index af159bfe8731..0b41ac9a726d 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