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.
This commit is contained in:
Bryan Drewery 2015-11-09 23:19:36 +00:00
parent 403105944d
commit 5111694c35
21 changed files with 2 additions and 2 deletions

View File

@ -512,6 +512,7 @@ DIRDEPS+= \
usr.sbin/fifolog/fifolog_writer \
usr.sbin/fifolog/fifolog_reader \
usr.sbin/flowctl \
usr.sbin/fmtree \
usr.sbin/freebsd-update \
usr.sbin/fwcontrol \
usr.sbin/genrandom \
@ -567,7 +568,6 @@ DIRDEPS+= \
usr.sbin/mpsutil \
usr.sbin/mptutil \
usr.sbin/mtest \
usr.sbin/mtree \
usr.sbin/named \
usr.sbin/named-checkconf \
usr.sbin/named-checkzone \

View File

@ -155,7 +155,7 @@ SUBDIR+= fdwrite
.endif
.if ${MK_FMTREE} != "no"
SUBDIR+= mtree
SUBDIR+= fmtree
.endif
.if ${MK_FREEBSD_UPDATE} != "no"