aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-05-10 16:37:39 +0000
committerWarner Losh <imp@FreeBSD.org>2014-05-10 16:37:39 +0000
commitf510ecf0ee19e406ef02614fa0c7fb4acd96b613 (patch)
tree9d40a24ff3b6acfb67553d13badb378d7b71c6e5 /usr.bin
parent4d9b013a6308e35806ec533f8dd38f716b83e617 (diff)
downloadsrc-f510ecf0ee19e406ef02614fa0c7fb4acd96b613.tar.gz
src-f510ecf0ee19e406ef02614fa0c7fb4acd96b613.zip
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.
Notes
Notes: svn path=/head/; revision=265828
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6df995ae8afa..544411b11e9c 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