diff options
Diffstat (limited to 'pkgtools')
-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 0a8141be320..9fa0aa9e028 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/12/24 07:55:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.33 2003/01/09 13:11:44 schmonz Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -16,6 +16,7 @@ USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined +NO_PKGTOOLS_REQD_CHECK= # defined NO_CHECKSUM= # defined NO_PATCH= # defined |