diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-23 05:22:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-23 05:22:54 +0000 |
commit | b96524abd437d956fdd3fd0740be8c7b2e486ccc (patch) | |
tree | ab9c6758ada6c2db3757984ea1b6ad7a07c9c494 /pkgtools/digest/Makefile | |
parent | f9b7bf5ce804d19cd575dd4089647d5f3d1d3c65 (diff) | |
download | pkgsrc-b96524abd437d956fdd3fd0740be8c7b2e486ccc.tar.gz |
Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk.
Diffstat (limited to 'pkgtools/digest/Makefile')
-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 |