netisr: Use kmem_alloc3 for netisr thread and netlastfunc.
[dragonfly.git] / sbin / svc / Makefile
blob2cc78f4357de04b271b8c890e4ea2ab3e7f6c197
1 # service manager
4 PROG= svc
5 MAN= svc.8
6 NOSHARED?= yes # dep on libpthread.so.0 in /sbin
8 SRCS= svc.c subs.c remote.c execute.c
9 CFLAGS+=-pthread
10 DPADD= ${LIBPTHREAD}
12 .include <bsd.prog.mk>