Index: projects/doctools/cddl/usr.bin/Makefile =================================================================== --- projects/doctools/cddl/usr.bin/Makefile (revision 306870) +++ projects/doctools/cddl/usr.bin/Makefile (revision 306871) @@ -1,30 +1,32 @@ # $FreeBSD$ .include SUBDIR= \ ctfconvert \ ctfdump \ ctfmerge \ ${_tests} \ ${_zinject} \ ${_zlook} \ ${_zstreamdump} \ ${_ztest} +SUBDIR.${MK_DOCTOOLS}= doctools + .if ${MK_TESTS} != "no" _tests= tests .endif .if ${MK_ZFS} != "no" _zinject= zinject #_zlook= zlook .if ${MK_LIBTHR} != "no" _ztest= ztest _zstreamdump = zstreamdump .endif .endif SUBDIR_PARALLEL= .include