summaryrefslogtreecommitdiffstats
path: root/gnu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/Makefile')
-rw-r--r--gnu/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile
index 6656adf..b460590 100644
--- a/gnu/Makefile
+++ b/gnu/Makefile
@@ -1,6 +1,12 @@
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
# $FreeBSD$
-SUBDIR= lib usr.bin
+.include <bsd.own.mk>
+
+SUBDIR= lib ${_tests} usr.bin
+
+.if ${MK_TESTS} != "no"
+_tests= tests
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud