1# $FreeBSD$
2
3.include <src.opts.mk>
4
5SUBDIR=		cap_dns
6SUBDIR+=	cap_fileargs
7SUBDIR+=	cap_grp
8SUBDIR+=	cap_net
9SUBDIR+=	cap_pwd
10SUBDIR+=	cap_sysctl
11SUBDIR+=	cap_syslog
12
13SUBDIR.${MK_TESTS}+=	tests
14
15SUBDIR_PARALLEL=
16
17.include <bsd.subdir.mk>
18