Prep stage tree for tests

This commit is contained in:
sjg 2014-05-10 05:11:34 +00:00
parent 6ef8a250e0
commit 9eb2bf7210

View File

@ -8,7 +8,7 @@ all:
# we don't need to see it.
stage-distrib-dirs: .META
mkdir -p ${STAGE_OBJTOP}
${.MAKE} -C ${SRCTOP}/etc distrib-dirs DESTDIR=${STAGE_OBJTOP} > $@
${.MAKE} -C ${SRCTOP}/etc distrib-dirs -DWITH_TESTS DESTDIR=${STAGE_OBJTOP} > $@
.include <bsd.prog.mk>