diff options
author | jlam <jlam> | 2002-08-23 05:22:54 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-23 05:22:54 +0000 |
commit | 7996e577a253931ca3a6eb5ec8826b885bac322a (patch) | |
tree | ab9c6758ada6c2db3757984ea1b6ad7a07c9c494 /pkgtools/digest | |
parent | 714fd4fa92765cee7f0b6cadf7224d610d5098cf (diff) | |
download | pkgsrc-7996e577a253931ca3a6eb5ec8826b885bac322a.tar.gz |
Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 09741ec3a31..872dd9a31a8 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/07/29 11:25:37 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2002/08/23 05:22:54 jlam Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -14,7 +14,9 @@ COMMENT= Message digest wrapper utility VERSION= 20010807 -EXTRACT_ONLY= # empty +USE_BUILDLINK2= # defined + +EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} NO_CHECKSUM= # defined NO_PATCH= # defined |