summaryrefslogtreecommitdiff
path: root/lib/libcasper/services/Makefile
blob: c86b199f879bf55876818d8826a6e19d69df37f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.include <src.opts.mk>

SUBDIR=		cap_dns
SUBDIR+=	cap_fileargs
SUBDIR+=	cap_grp
SUBDIR+=	cap_net
SUBDIR+=	cap_netdb
SUBDIR+=	cap_pwd
SUBDIR+=	cap_sysctl
SUBDIR+=	cap_syslog

SUBDIR.${MK_TESTS}+=	tests

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>