diff options
author | tron <tron@pkgsrc.org> | 2001-06-14 20:39:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-06-14 20:39:32 +0000 |
commit | 5e56dbb4d7d94958bf62383252077f3991dac2d6 (patch) | |
tree | 0a6633d4b67542acdc9f5c1322400aaa947db238 /pkgtools | |
parent | 8d29eaa75e00a31249a6cc273a0e207a432eda74 (diff) | |
download | pkgsrc-5e56dbb4d7d94958bf62383252077f3991dac2d6.tar.gz |
Fix problem under Solaris caused by latest changes to "bsd.prefs.mk"
and "bsd.pkg.mk". Problem noted by Stoned Elipot in private e-mail.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 70b455ad594..938f9a11928 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/05/17 14:35:50 abs Exp $ +# $NetBSD: Makefile,v 1.20 2001/06/14 20:39:32 tron Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -27,7 +27,7 @@ MAKE_ENV+= VERSION="${VERSION}" .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -MAKE_ENV+= NETBSD_COMPATIBLE=YES +MAKEFLAGS+= NETBSD_COMPATIBLE=YES MANINSTALL= .endif |