summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-09 23:19:36 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-09 23:19:36 +0000
commit889c33ba79fa524af2be887ccf4d6a02181965f9 (patch)
treecf431c8c93d9c10fae19561b6a3a65b1d73708f3 /usr.sbin/Makefile
parentea0a81f9533c94383f9458fa33880672cbb5a48e (diff)
downloadFreeBSD-src-889c33ba79fa524af2be887ccf4d6a02181965f9.zip
FreeBSD-src-889c33ba79fa524af2be887ccf4d6a02181965f9.tar.gz
Rename usr.sbin/mtree to usr.sbin/fmtree since it is not what /usr/sbin/mtree
actually is (which is usr.sbin/nmtree). This has tricked me numerous times.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index acc8043..4f00302 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -155,7 +155,7 @@ SUBDIR+= fdwrite
.endif
.if ${MK_FMTREE} != "no"
-SUBDIR+= mtree
+SUBDIR+= fmtree
.endif
.if ${MK_FREEBSD_UPDATE} != "no"
OpenPOWER on IntegriCloud