diff options
| author | martin <martin@NetBSD.org> | 2001-12-03 22:28:19 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2001-12-03 22:28:19 +0000 |
| commit | 9bf1f40cf99dd0ecc3d4ca05c7ceeb0d428cfff3 (patch) | |
| tree | 02bc50b41f8ec3303d9683833b85dd954a518192 /gnu | |
| parent | 746902750cfbc35fd446eed8741e3d06e36e8d8b (diff) | |
Back out replacing gawk by nawk - James Chacon already fixed gawk for
sparc64.
Sorry, next time I'll catch up with mails first.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 6a98364164e..a2a727a6a28 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,19 +1,15 @@ -# $NetBSD: Makefile,v 1.105 2001/12/03 22:14:09 martin Exp $ +# $NetBSD: Makefile,v 1.106 2001/12/03 22:29:35 martin Exp $ # for OBJECT_FMT .include <bsd.own.mk> -SUBDIR+= bc binutils c89 cvs dc diff diff3 egcs gas.new gcc gdb grep +SUBDIR+= bc binutils c89 cvs dc diff diff3 egcs gas.new gawk gcc gdb grep SUBDIR+= gprof groff gzip ld.new rcs sdiff send-pr texinfo SUBDIR+= cpio SUBDIR+= tar SUBDIR+= gettext -.if (${MACHINE_ARCH} != "sparc64") -SUBDIR+= gawk -.endif - .if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") || \ (${MACHINE_ARCH} == "ns32k") SUBDIR+= gas |
