summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 77528f5bf31..908770522ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2003/01/05 13:37:15 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.52 2003/02/09 14:38:52 wiz Exp $
#
.include "mk/bsd.prefs.mk"
@@ -73,7 +73,7 @@ README.html: .PRECIOUS
esac; \
cd ${.CURDIR} ; \
fi; \
- ${ENV} TMPDIR=${TMPDIR:U/tmp}/mkreadme \
+ ${SETENV} TMPDIR=${TMPDIR:U/tmp}/mkreadme \
BMAKE=${MAKE} AWK=${AWK} EXPR=${EXPR} \
./mk/scripts/mkreadme --pkgsrc ${.CURDIR} \
--packages ${PACKAGES} ${_README_TYPE_FLAG} $$MULTIARCH \