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