repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
usr.sbin
/
rtprio
/
Makefile
blob
ebc7bd1a37cc3b2b1b5adf42ebf6a167d3c466fa
1
# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
2
# $FreeBSD$
3
4
PROG
=
rtprio
5
LINKS
= ${
BINDIR
}/
rtprio
${
BINDIR
}/
idprio
6
MLINKS
=
rtprio
.1
idprio
.1
7
8
.
include
<
bsd.prog.mk
>