8 lines
151 B
Makefile
8 lines
151 B
Makefile
|
# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
|
||
|
# $Id: Makefile,v 1.2 1993/11/23 00:02:21 jtc Exp $
|
||
|
|
||
|
BINDIR=/usr/sbin
|
||
|
PROG= rtprio
|
||
|
|
||
|
.include <bsd.prog.mk>
|