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 - update documentation, cleanup
[dragonfly.git]
/
sbin
/
svc
/
Makefile
blob
f9ddd9cf910cafcde753ddc7cb7e701613056402
1
# service manager
2
#
3
4
PROG
=
svc
5
MAN
=
svc
.8
6
SRCS
=
svc.c subs.c remote.c execute.c
7
#WARNS?= 2
8
CFLAGS
+= -
pthread
9
LDADD
= -
lpthread
10
11
.
include
<
bsd.prog.mk
>