repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
rusers
/
Makefile
blob
dbbb5974dfa9db225b727832421ee437495d2467
1
# $NetBSD: Makefile,v 1.10 1997/10/19 14:27:25 lukem Exp $
2
3
USE_FORT?
=
yes
# network client
4
5
PROG
=
rusers
6
7
DPADD
= ${
LIBRPCSVC
}
8
LDADD
= -
lrpcsvc
9
10
.
include
<
bsd.prog.mk
>