diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 1998-08-24 04:46:15 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 1998-08-24 04:46:15 +0000 |
commit | f69e0d7616ff8b395654234bed9abd93128c1e61 (patch) | |
tree | 38da8def70747fdfdaf5bedb81d576d695fe3569 | |
parent | 8df1f7557c47dd98f233c3ea9267646ba1d3ff91 (diff) |
add -q to mtree invocation. This requires version of mtree checked in
last week.
-rw-r--r-- | share/mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index f438156080c..5996fda53e0 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 -# $OpenBSD: bsd.port.mk,v 1.42 1998/08/21 06:57:19 marc Exp $ +# $OpenBSD: bsd.port.mk,v 1.43 1998/08/24 04:46:14 marc Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -494,7 +494,7 @@ MTREE_FILE= /etc/mtree/BSD.local.dist .endif .endif MTREE_CMD?= /usr/sbin/mtree -MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p +MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -q -p .if (${OPSYS} == "OpenBSD") .include <bsd.own.mk> |