Index: head/lib/libcasper/Makefile =================================================================== --- head/lib/libcasper/Makefile (revision 296124) +++ head/lib/libcasper/Makefile (revision 296125) @@ -1,6 +1,8 @@ # $FreeBSD$ SUBDIR= libcasper SUBDIR+= services +SUBDIR_PARALLEL= + .include Index: head/lib/libcasper/services/Makefile =================================================================== --- head/lib/libcasper/services/Makefile (revision 296124) +++ head/lib/libcasper/services/Makefile (revision 296125) @@ -1,9 +1,11 @@ # $FreeBSD$ SUBDIR= cap_dns SUBDIR+= cap_grp SUBDIR+= cap_pwd SUBDIR+= cap_random SUBDIR+= cap_sysctl +SUBDIR_PARALLEL= + .include