summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-11-02 23:48:32 +0000
committerobrien <obrien@FreeBSD.org>2001-11-02 23:48:32 +0000
commit2fd0cade3f0f371c3706aaa3efa962ecc9890efd (patch)
treea5227c25513549061b82614411a4c748185b1821 /Makefile.inc1
parent234500c65e3433f0d2dd7601a52e4c37bea2a2bf (diff)
downloadFreeBSD-src-2fd0cade3f0f371c3706aaa3efa962ecc9890efd.zip
FreeBSD-src-2fd0cade3f0f371c3706aaa3efa962ecc9890efd.tar.gz
Bring Gawk back. There just isn't any other POSIX compliant AWK out there.
The biggest thing missing from Bell-Labs AWK is the character class regexes.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7f11f80..454c020 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -598,7 +598,7 @@ _libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
build-tools:
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
- ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/awk \
+ ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} \
usr.bin/file usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor
OpenPOWER on IntegriCloud