diff options
author | tron <tron> | 2001-06-14 20:39:32 +0000 |
---|---|---|
committer | tron <tron> | 2001-06-14 20:39:32 +0000 |
commit | 0597d8ae47ee7bcc096845b1a3d0b30cd68e9bd5 (patch) | |
tree | 0a6633d4b67542acdc9f5c1322400aaa947db238 /pkgtools/digest/Makefile | |
parent | 234372a3bf36419bacc854753726a8032e338b49 (diff) | |
download | pkgsrc-0597d8ae47ee7bcc096845b1a3d0b30cd68e9bd5.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/digest/Makefile')
-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 |