diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 16:33:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 16:33:05 +0000 |
commit | 85b5cf2e67d16c124d9fd183b0cf1116b10e10dc (patch) | |
tree | b25a22dd5c3e9375920a2059c6e1685f3f21ab98 /pkgtools/digest | |
parent | 1284f595b8b38db737b353876358d1c510aebaa3 (diff) | |
download | pkgsrc-85b5cf2e67d16c124d9fd183b0cf1116b10e10dc.tar.gz |
Set NO_MTREE since this package will be used during bootstrap and we
don't need to generate the whole directory hierarchy for it.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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. |