diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 00:58:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 00:58:52 +0000 |
| commit | 7231767144160deeb951c56c17dfa547be48f8fa (patch) | |
| tree | 482e6a02e3d9101e66741d1c40209538886a1ebf | |
| parent | bc34d0a3ee026634e811e1a4d463b2ff97207e61 (diff) | |
Notes
| -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 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 <bsd.prog.mk> |
