aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-11-02 23:48:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-11-02 23:48:32 +0000
commit2335a3d70a5254c4ac25647d2136ec20882eee73 (patch)
treea5227c25513549061b82614411a4c748185b1821 /Makefile.inc1
parent5bd4695b6495aadb19dc28dd9949149e1e681e82 (diff)
downloadsrc-2335a3d70a5254c4ac25647d2136ec20882eee73.tar.gz
src-2335a3d70a5254c4ac25647d2136ec20882eee73.zip
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.
Notes
Notes: svn path=/head/; revision=85924
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 7f11f80f6543..454c0203c7a9 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