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