diff options
-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. |