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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
rump
/
librump
/
test
/
sysproxy
/
client
/
Makefile
blob
1d4097abdc0e600348840855cc5fc59d45989255
1
# $NetBSD$
2
#
3
4
PROG
=
sysproxy_client
5
NOMAN
=
6
7
LDADD
+= -
lrumpvfs
-
lrump
-
lrumpuser
-
lpthread
8
9
.
include
<
bsd.prog.mk
>