From 85b5cf2e67d16c124d9fd183b0cf1116b10e10dc Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 14 Jul 2006 16:33:05 +0000 Subject: Set NO_MTREE since this package will be used during bootstrap and we don't need to generate the whole directory hierarchy for it. --- pkgtools/digest/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools/digest/Makefile') diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index edae197cf84..b02bbdc3af7 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/09/28 21:55:32 rillig Exp $ +# $NetBSD: Makefile,v 1.48 2006/07/14 16:33:05 jlam Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes NO_PKGTOOLS_REQD_CHECK= yes NO_CHECKSUM= yes +NO_MTREE= yes # XXX Remove the following two lines after pkgsrc/bootstrap is up and # XXX running. -- cgit v1.2.3