Don't attempt to install rtprio.2 from here. It has moved to lib/libc/sys.

This commit is contained in:
Bruce Evans 1995-08-06 00:58:52 +00:00
parent bc34d0a3ee
commit 7231767144
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9951

View File

@ -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>