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