make-rules/shared-macros.mk
changeset 224 b0ca638fab1b
parent 220 3ff562b51ff5
child 246 0878f7720e3e
--- a/make-rules/shared-macros.mk	Tue May 10 13:07:04 2011 -0700
+++ b/make-rules/shared-macros.mk	Tue May 10 23:37:02 2011 +0100
@@ -262,6 +262,8 @@
 ENV =		/usr/bin/env
 INSTALL =	/usr/bin/ginstall
 CHMOD =		/usr/bin/chmod
+NAWK =		/usr/bin/nawk
+TEE =		/usr/bin/tee
 
 INS.dir=        $(INSTALL) -d $@
 INS.file=       $(INSTALL) -m 444 $< $(@D)