diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-10 05:11:34 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-10 05:11:34 +0000 |
commit | 4e3343548a4bb8341c2e05b6f30cb1ace706b854 (patch) | |
tree | 94acf690ccc188ba3254f5974f85022a83c57b65 /pkgs/pseudo | |
parent | 6a96de39c1588cfa9e36edb73494343f89e9f248 (diff) | |
download | src-4e3343548a4bb8341c2e05b6f30cb1ace706b854.tar.gz src-4e3343548a4bb8341c2e05b6f30cb1ace706b854.zip |
Prep stage tree for tests
Notes
Notes:
svn path=/projects/bmake/; revision=265799
Diffstat (limited to 'pkgs/pseudo')
-rw-r--r-- | pkgs/pseudo/stage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/pseudo/stage/Makefile b/pkgs/pseudo/stage/Makefile index dac840cb2455..0889ad20208f 100644 --- a/pkgs/pseudo/stage/Makefile +++ b/pkgs/pseudo/stage/Makefile @@ -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> |