Revert mtree change for now.

Requested by:	marcel, ache
This commit is contained in:
Satoshi Asami 2000-07-26 05:01:38 +00:00
parent f42ed7d5e4
commit d346e6965a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31039

View File

@ -911,11 +911,7 @@ MTREE_FILE= /etc/mtree/BSD.local.dist
.endif
.endif
MTREE_CMD?= /usr/sbin/mtree
.if ${OSVERSION} >= 500010
MTREE_ARGS?= -U -f ${MTREE_FILE} -L -d -e -p
.else
MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p
.endif
# A few aliases for *-install targets
INSTALL_PROGRAM= \