summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2014-01-30 21:37:43 +0000
committerbrooks <brooks@FreeBSD.org>2014-01-30 21:37:43 +0000
commit1c3cc9d2e55579d70f45a5201804f2503cc725d7 (patch)
tree4d627eb35c91e6981860a5d1f476f41991a79818 /usr.sbin/Makefile
parentf98dd9df2664c43084ea0687416ba1e37b374ba7 (diff)
downloadFreeBSD-src-1c3cc9d2e55579d70f45a5201804f2503cc725d7.zip
FreeBSD-src-1c3cc9d2e55579d70f45a5201804f2503cc725d7.tar.gz
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
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 730495b..c3f93cc 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -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
OpenPOWER on IntegriCloud