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
Pass read/write CRx registers to userspace
[freebsd-src/fkvm-freebsd.git]
/
libexec
/
rpc.rstatd
/
Makefile
blob
1083447dd399b98839defa6da4c2a9b66b00f60a
1
# $FreeBSD$
2
3
PROG
=
rpc.rstatd
4
SRCS
=
rstatd.c rstat_proc.c
5
MAN
=
rpc.rstatd
.8
6
7
DPADD
= ${
LIBRPCSVC
} ${
LIBUTIL
} ${
LIBDEVSTAT
}
8
LDADD
= -
lrpcsvc
-
lutil
-
ldevstat
9
10
.
include
<
bsd.prog.mk
>