summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-23 21:35:58 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-23 21:35:58 +0000
commit8e145cce0d35441bab7e15a632633804340c7983 (patch)
tree1c347c2d52a78a1ec463d96b6763369c514e8d79 /usr.bin/bmake
parenta0f74ba8d87dc37619a496eba97d41d48fc3faaf (diff)
downloadFreeBSD-src-8e145cce0d35441bab7e15a632633804340c7983.zip
FreeBSD-src-8e145cce0d35441bab7e15a632633804340c7983.tar.gz
Similar to r266147, don't define PROG in the test subdirs.
Magic things happen when including bsd.prog.mk in them. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.bin/bmake')
-rw-r--r--usr.bin/bmake/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc
index ad7faad..4fa3cf7 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -7,7 +7,9 @@
.export SRCTOP
.endif
+.if exists(${.CURDIR}/tests)
PROG= make
+.endif
.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
NO_SHARED?= YES
OpenPOWER on IntegriCloud