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
emx: Use ringmap to do polling cpu assignment and fill redirect table.
[dragonfly.git]
/
sbin
/
svc
/
Makefile
blob
2cc78f4357de04b271b8c890e4ea2ab3e7f6c197
1
# service manager
2
#
3
4
PROG
=
svc
5
MAN
=
svc
.8
6
NOSHARED?
=
yes
# dep on libpthread.so.0 in /sbin
7
8
SRCS
=
svc.c subs.c remote.c execute.c
9
CFLAGS
+=-
pthread
10
DPADD
= ${
LIBPTHREAD
}
11
12
.
include
<
bsd.prog.mk
>