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:
parent
36d46e4494
commit
99a7decaf1
@ -165,6 +165,7 @@ __DEFAULT_NO_OPTIONS = \
|
||||
BSD_GREP \
|
||||
CLANG_EXTRAS \
|
||||
EISA \
|
||||
FMAKE \
|
||||
HESIOD \
|
||||
LLDB \
|
||||
NAND \
|
||||
|
5
tools/build/options/WITH_FMAKE
Normal file
5
tools/build/options/WITH_FMAKE
Normal file
@ -0,0 +1,5 @@
|
||||
.\" $FreeBSD$
|
||||
Causes the old FreeBSD
|
||||
.Xr make 1
|
||||
program to be built and installed as fmake.
|
||||
|
@ -230,6 +230,10 @@ SUBDIR+= calendar
|
||||
_clang= clang
|
||||
.endif
|
||||
|
||||
.if ${MK_FMAKE} != "no"
|
||||
SUBDIR+= make
|
||||
.endif
|
||||
|
||||
.if ${MK_GPL_DTC} != "yes"
|
||||
SUBDIR+= dtc
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user