diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-30 08:56:50 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-30 08:56:50 +0000 |
commit | 4a5f2e9cc5338def8a6362a6aefbd615852c7526 (patch) | |
tree | 79eaafb21266a699d1c9053aef39495fe22929f8 /gnu/usr.bin/Makefile | |
parent | aaa6970d64b2f7d3f12b17f105c5ec2b2b673bc8 (diff) | |
download | FreeBSD-src-4a5f2e9cc5338def8a6362a6aefbd615852c7526.zip FreeBSD-src-4a5f2e9cc5338def8a6362a6aefbd615852c7526.tar.gz |
Switch to the One True AWK from Bell-Labs, away from GNU AWK.
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 694f38a..d342b0c 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \ +SUBDIR= 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) |