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.
This commit is contained in:
imp 2014-05-10 16:37:39 +00:00
parent 36d46e4494
commit 99a7decaf1
3 changed files with 10 additions and 0 deletions

View File

@ -165,6 +165,7 @@ __DEFAULT_NO_OPTIONS = \
BSD_GREP \
CLANG_EXTRAS \
EISA \
FMAKE \
HESIOD \
LLDB \
NAND \

View File

@ -0,0 +1,5 @@
.\" $FreeBSD$
Causes the old FreeBSD
.Xr make 1
program to be built and installed as fmake.

View File

@ -230,6 +230,10 @@ SUBDIR+= calendar
_clang= clang
.endif
.if ${MK_FMAKE} != "no"
SUBDIR+= make
.endif
.if ${MK_GPL_DTC} != "yes"
SUBDIR+= dtc
.endif