Define TOOL_AWK.
This commit is contained in:
parent
e0bccb6c18
commit
60f5d15a00
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.README,v 1.231 2008/10/17 15:04:18 apb Exp $
|
||||
# $NetBSD: bsd.README,v 1.232 2008/10/19 19:44:47 apb Exp $
|
||||
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||
|
||||
This is the README file for the make "include" files for the NetBSD
|
||||
@ -1390,6 +1390,8 @@ TOOL_ASN1_COMPILE ASN1 compiler. [asn1_compile]
|
||||
|
||||
TOOL_ATF_COMPILE Generate POSIX shell test programs. [atf-compile]
|
||||
|
||||
TOOL_AWK Pattern-directed scanning/processing language. [awk]
|
||||
|
||||
TOOL_CAP_MKDB Create capability database. [cap_mkdb]
|
||||
|
||||
TOOL_CAT Concatenate and print files. [cat]
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.own.mk,v 1.534 2008/10/19 19:29:43 apb Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.535 2008/10/19 19:44:47 apb Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
@ -215,6 +215,7 @@ TOOL_AMIGAELF2BB= ${TOOLDIR}/bin/${_TOOL_PREFIX}amiga-elf2bb
|
||||
TOOL_AMIGATXLT= ${TOOLDIR}/bin/${_TOOL_PREFIX}amiga-txlt
|
||||
TOOL_ASN1_COMPILE= ${TOOLDIR}/bin/${_TOOL_PREFIX}asn1_compile
|
||||
TOOL_ATF_COMPILE= ${TOOLDIR}/bin/${_TOOL_PREFIX}atf-compile
|
||||
TOOL_AWK= ${TOOLDIR}/bin/${_TOOL_PREFIX}awk
|
||||
TOOL_CAP_MKDB= ${TOOLDIR}/bin/${_TOOL_PREFIX}cap_mkdb
|
||||
TOOL_CAT= ${TOOLDIR}/bin/${_TOOL_PREFIX}cat
|
||||
TOOL_CKSUM= ${TOOLDIR}/bin/${_TOOL_PREFIX}cksum
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.sys.mk,v 1.175 2008/10/19 15:22:50 christos Exp $
|
||||
# $NetBSD: bsd.sys.mk,v 1.176 2008/10/19 19:44:47 apb Exp $
|
||||
#
|
||||
# Build definitions used for NetBSD source tree builds.
|
||||
|
||||
@ -138,6 +138,7 @@ TOOL_AMIGAELF2BB?= amiga-elf2bb
|
||||
TOOL_AMIGATXLT?= amiga-txlt
|
||||
TOOL_ASN1_COMPILE?= asn1_compile
|
||||
TOOL_ATF_COMPILE?= atf-compile
|
||||
TOOL_AWK?= awk
|
||||
TOOL_CAP_MKDB?= cap_mkdb
|
||||
TOOL_CAT?= cat
|
||||
TOOL_CKSUM?= cksum
|
||||
|
Loading…
Reference in New Issue
Block a user