repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - Localize [in]activevnodes globals, improve allocvnode
[dragonfly.git]
/
usr.bin
/
rusers
/
Makefile
blob
4d6f5c394de6bf7d537a702718a331a9c9836080
1
# $FreeBSD: src/usr.bin/rusers/Makefile,v 1.4.2.1 2001/04/25 11:29:37 ru Exp $
2
3
PROG
=
rusers
4
5
DPADD
= ${
LIBRPCSVC
}
6
LDADD
= -
lrpcsvc
7
8
NO_WCAST_FUNCTION_TYPE
=
9
10
.
include
<
bsd.prog.mk
>