summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-10 16:37:39 +0000
committerimp <imp@FreeBSD.org>2014-05-10 16:37:39 +0000
commit99a7decaf14c5caf78723801fd56aebe904a8205 (patch)
tree9d40a24ff3b6acfb67553d13badb378d7b71c6e5 /usr.bin/Makefile
parent36d46e449424d17c97336023177c240ba9dbee97 (diff)
downloadFreeBSD-src-99a7decaf14c5caf78723801fd56aebe904a8205.zip
FreeBSD-src-99a7decaf14c5caf78723801fd56aebe904a8205.tar.gz
Optionally allow building the historical FreeBSD make program and
install it as fmake. This defaults to no. This should be viewed as the first step towards evental migration of this historic code to ports and removal from the tree.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6df995a..544411b 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -230,6 +230,10 @@ SUBDIR+= calendar
_clang= clang
.endif
+.if ${MK_FMAKE} != "no"
+SUBDIR+= make
+.endif
+
.if ${MK_GPL_DTC} != "yes"
SUBDIR+= dtc
.endif
OpenPOWER on IntegriCloud