diff options
author | tron <tron@pkgsrc.org> | 2001-03-16 22:20:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-16 22:20:59 +0000 |
commit | 1896f797fad529eb5e3b232534ba9da9dee372c5 (patch) | |
tree | 5d39c87c0416d7ef4bdc3ff8af7463471298cfc4 /pkgtools | |
parent | 05cd238a6355e69bc4b77c3f3a29b516a1aacd99 (diff) | |
download | pkgsrc-1896f797fad529eb5e3b232534ba9da9dee372c5.tar.gz |
No manual pages under Solaris until "nroff" has been integrated into
"zoularis".
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 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: |