Module Name:    src
Committed By:   christos
Date:           Wed Mar 16 23:02:23 UTC 2016

Modified Files:
        src/bin/ksh: Makefile

Log Message:
Put back awk, other scripts need it.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/bin/ksh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ksh/Makefile
diff -u src/bin/ksh/Makefile:1.32 src/bin/ksh/Makefile:1.33
--- src/bin/ksh/Makefile:1.32	Wed Mar 16 19:01:33 2016
+++ src/bin/ksh/Makefile	Wed Mar 16 19:02:23 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.32 2016/03/16 23:01:33 christos Exp $
+#	$NetBSD: Makefile,v 1.33 2016/03/16 23:02:23 christos Exp $
 
 WARNS=3
 CWARNFLAGS.clang+=	-Wno-error=cast-qual
@@ -22,6 +22,7 @@ USETBL= 
 
 # Environment for scripts executed during build.
 SCRIPT_ENV= \
+	AWK=${TOOL_AWK:Q} \
 	SED=${TOOL_SED:Q}
 
 CLEANFILES+=	siglist.out siglist.out.tmp

Reply via email to