diff options
author | wiz <wiz> | 2001-03-06 17:40:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-06 17:40:53 +0000 |
commit | ea3c98280bfb15da98c33aadbd56e77e92314f45 (patch) | |
tree | b3ebfe524f5fbc1274c2f2c196db6b7b1435e2e4 /pkgtools/digest | |
parent | b6904d02658d96f0c27f857872747aba85b92444 (diff) | |
download | pkgsrc-ea3c98280bfb15da98c33aadbd56e77e92314f45.tar.gz |
Actually, MANCOMPRESSED_IF_MANZ doesn't seem to be true.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index ef734e86a25..4534ea683d0 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/06 11:21:04 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/06 17:40:53 wiz Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -21,8 +21,6 @@ NO_CHECKSUM= # defined MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man MAKE_ENV+= CPPFLAGS="${CPPFLAGS} -DVERSION=${VERSION}" -MANCOMPRESSED_IF_MANZ= yes - do-configure: @for f in Makefile digest.c digest.1 \ md5c.c md5.h md5hl.c \ |