diff options
author | tron <tron> | 2001-03-16 22:20:59 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-16 22:20:59 +0000 |
commit | fbe79373712209aecb5300621806d558cf80d239 (patch) | |
tree | 5d39c87c0416d7ef4bdc3ff8af7463471298cfc4 /pkgtools/digest | |
parent | 314f8f1d5d3fd2574d2d6617470c705fa760f891 (diff) | |
download | pkgsrc-fbe79373712209aecb5300621806d558cf80d239.tar.gz |
No manual pages under Solaris until "nroff" has been integrated into
"zoularis".
Diffstat (limited to 'pkgtools/digest')
-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 00b29e173f5..8180c9bb636 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/14 17:27:05 agc Exp $ +# $NetBSD: Makefile,v 1.13 2001/03/16 22:20:59 tron Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -28,6 +28,7 @@ MAKE_ENV+= VERSION="${VERSION}" .if (${OPSYS} == SunOS) MAKE_ENV+= NETBSD_COMPATIBLE=YES +MANINSTALL= .endif post-extract: |