diff options
-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> |