From b2bfb6b77f7d3b93268d026458a9a0e7b2135278 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 13 Jun 2005 17:19:12 +0000 Subject: Use += to not override previous USE_TOOLS setting. --- pkgtools/pkg_install/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 11686faa7f2..5042c9a61b0 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2005/06/07 16:34:50 jlam Exp $ +# $NetBSD: Makefile,v 1.114 2005/06/13 17:19:12 jlam Exp $ # Notes to package maintainers: # @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-tar="\"${TAR}"\" USE_TOOLS= mtree pax tar # The following tools are needed by pkg_view and linkfarm. -USE_TOOLS= chmod cmp cp env find grep ln mkdir rm rmdir \ +USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \ sed sort touch NO_PKGTOOLS_REQD_CHECK= # defined -- cgit v1.2.3