xref: /freebsd/lib/libcasper/services/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3SUBDIR=		cap_dns
4SUBDIR+=	cap_fileargs
5SUBDIR+=	cap_grp
6SUBDIR+=	cap_net
7SUBDIR+=	cap_netdb
8SUBDIR+=	cap_pwd
9SUBDIR+=	cap_sysctl
10SUBDIR+=	cap_syslog
11
12SUBDIR.${MK_TESTS}+=	tests
13
14SUBDIR_PARALLEL=
15
16.include <bsd.subdir.mk>
17