Leave mtree hardcoded for now. Reverting partially 348521 and also

the followup stopgap change, because I don't think it's a correct. I still
need to figure out where to stick it in. In cannot be in Makefile.inc1
and it cannot be in etc/Makefile from the looks of it to avoid
chicken-and-egg problem.
This commit is contained in:
Maxim Sobolev 2019-06-03 15:12:44 +00:00
parent a88c8ae798
commit 5d280640cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348532
2 changed files with 1 additions and 3 deletions

View File

@ -888,7 +888,7 @@ INSTALLFLAGS+= -h sha256
.endif
.if defined(DB_FROM_SRC) || defined(NO_ROOT)
IMAKE_INSTALL= INSTALL="${INSTALL} ${INSTALLFLAGS}"
IMAKE_MTREE= MTREE_CMD="${MTREE} ${MTREEFLAGS}"
IMAKE_MTREE= MTREE_CMD="mtree ${MTREEFLAGS}"
.endif
DESTDIR_MTREEFLAGS= -deU

View File

@ -93,8 +93,6 @@ distribution:
.endif
.endif
MTREE_CMD?= mtree
MTREES= mtree/BSD.root.dist / \
mtree/BSD.var.dist /var \
mtree/BSD.usr.dist /usr \