diff options
author | obrien <obrien@FreeBSD.org> | 2001-11-02 23:48:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-11-02 23:48:32 +0000 |
commit | 2fd0cade3f0f371c3706aaa3efa962ecc9890efd (patch) | |
tree | a5227c25513549061b82614411a4c748185b1821 /gnu/usr.bin/Makefile | |
parent | 234500c65e3433f0d2dd7601a52e4c37bea2a2bf (diff) | |
download | FreeBSD-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 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index d342b0c..694f38a 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= bc binutils cc cpio dc dialog diff diff3 gperf \ +SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \ grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo .if !defined(NO_CVS) |