Merge from CheriBSD:
commit 2d581e8caf79d7a0f5a24590eccd06da90cccb74 Author: Brooks Davis <brooks@one-eyed-alien.net> Date: Mon Jan 27 22:57:51 2014 +0000 Add WITHOUT_FMTREE to disable building fmtree. MFC after: 4 weeks Sponsored by: DARPA, AFRL
This commit is contained in:
parent
a85228f164
commit
8f26887dfb
@ -275,6 +275,7 @@ __DEFAULT_YES_OPTIONS = \
|
||||
ED_CRYPTO \
|
||||
EXAMPLES \
|
||||
FLOPPY \
|
||||
FMTREE \
|
||||
FORMAT_EXTENSIONS \
|
||||
FORTH \
|
||||
FP_LIBC \
|
||||
|
@ -600,6 +600,11 @@ OLD_FILES+=usr/bin/g++
|
||||
OLD_FILES+=usr/libexec/cc1plus
|
||||
.endif
|
||||
|
||||
.if ${MK_FMTREE} == no
|
||||
OLD_FILES+=usr/sbin/fmtree
|
||||
OLD_FILES+=usr/share/man/man8/fmtree.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_GNUCXX} == no
|
||||
OLD_FILES+=usr/bin/g++
|
||||
OLD_FILES+=usr/include/c++/4.2/algorithm
|
||||
|
3
tools/build/options/WITHOUT_FMTREE
Normal file
3
tools/build/options/WITHOUT_FMTREE
Normal file
@ -0,0 +1,3 @@
|
||||
.\" $FreeBSD$
|
||||
Set to not build and install
|
||||
.Pa /usr/sbin/fmtree .
|
@ -48,7 +48,7 @@ SUBDIR= adduser \
|
||||
mountd \
|
||||
mptutil \
|
||||
mtest \
|
||||
mtree \
|
||||
${_mtree} \
|
||||
newsyslog \
|
||||
nfscbd \
|
||||
nfsd \
|
||||
@ -142,6 +142,10 @@ SUBDIR+= fdread
|
||||
SUBDIR+= fdwrite
|
||||
.endif
|
||||
|
||||
.if ${MK_FMTREE} != "no"
|
||||
SUBDIR+= mtree
|
||||
.endif
|
||||
|
||||
.if ${MK_FREEBSD_UPDATE} != "no"
|
||||
SUBDIR+= freebsd-update
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user