summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-04-21 21:39:25 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-04-21 21:39:25 +0000
commit38f0b757fd84d17d0fc24739a7cda160c4516d81 (patch)
tree891f0c9897443605b2f8f8e0659b0124e71f8c7f /gnu/usr.bin/Makefile
parent236b00df63662264e8ee6d785e14e413740c9ad9 (diff)
downloadsrc-test2-38f0b757fd84d17d0fc24739a7cda160c4516d81.tar.gz
src-test2-38f0b757fd84d17d0fc24739a7cda160c4516d81.zip
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 02d0b2a95375..7e96a6f4829f 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -15,6 +15,7 @@ SUBDIR= ${_binutils} \
${_rcs} \
sdiff \
send-pr \
+ ${_tests} \
${_texinfo}
.if ${MK_CXX} != "no"
@@ -36,6 +37,10 @@ _texinfo= texinfo
_rcs= rcs
.endif
+.if ${MK_TESTS} != "no"
+_tests= tests
+.endif
+
.if ${MK_BINUTILS} != "no"
_binutils= binutils
.endif