summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e375034..ffbf8d6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,5 +3,9 @@
SUBDIR= test libeinfo librc rc
+ifeq (${MKTOOLS},yes)
+SUBDIR+= tools
+endif
+
MK= ../mk
include ${MK}/subdir.mk