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
hammer2 - per-node sync threads
[dragonfly.git]
/
libexec
/
rpc.rwalld
/
Makefile
blob
da55ab67f71ad72c1418e331e237f6262939bfb9
1
# $FreeBSD: src/libexec/rpc.rwalld/Makefile,v 1.4.2.1 2001/04/25 10:40:57 ru Exp $
2
3
PROG
=
rpc.rwalld
4
SRCS
=
rwalld.c
5
MAN
=
rpc.rwalld
.8
6
WARNS?
=
2
7
8
DPADD
= ${
LIBRPCSVC
} ${
LIBUTIL
}
9
LDADD
= -
lrpcsvc
-
lutil
10
11
.
include
<
bsd.prog.mk
>