Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Add a AWK for awk.



details:   https://anonhg.NetBSD.org/src/rev/9de59608b350
branches:  trunk
changeset: 555309:9de59608b350
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Nov 14 05:22:02 2003 +0000

description:
Add a AWK for awk.

diffstat:

 share/mk/bsd.sys.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e9a8f912016d -r 9de59608b350 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Fri Nov 14 01:31:24 2003 +0000
+++ b/share/mk/bsd.sys.mk       Fri Nov 14 05:22:02 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.108 2003/11/13 05:54:44 matt Exp $
+#      $NetBSD: bsd.sys.mk,v 1.109 2003/11/14 05:22:02 matt Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -87,6 +87,8 @@
 OBJCOPY?=      objcopy
 STRIP?=                strip
 
+AWK?=          awk
+
 TOOL_ASN1_COMPILE?=    asn1_compile
 TOOL_CAP_MKDB?=                cap_mkdb
 TOOL_CAT?=             cat



Home | Main Index | Thread Index | Old Index