summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 20:36:21 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 20:36:21 +0000
commitd81b5e34df2350242508807e041aef4af7f4dc10 (patch)
treea971d8344450a20ff2c0dadc50655d0246a83ac4 /gnu/usr.bin
parentf4aad0fe0009f19479771253f2a031511c988870 (diff)
downloadFreeBSD-src-d81b5e34df2350242508807e041aef4af7f4dc10.zip
FreeBSD-src-d81b5e34df2350242508807e041aef4af7f4dc10.tar.gz
BWK awk appears to work for world builds just fine now. We want to make
sparc64 the same as the other platforms -- so do it by moving the other platforms toward the sparc64.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/awk/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile
index 6109e65..d525cd1 100644
--- a/gnu/usr.bin/awk/Makefile
+++ b/gnu/usr.bin/awk/Makefile
@@ -6,17 +6,10 @@
.PATH: ${.CURDIR}/../../../contrib/awk
-.if ${MACHINE_ARCH} == "sparc64"
PROG= gawk
-.else
-PROG= awk
-.endif
SRCS= array.c awkgram.y builtin.c eval.c field.c gawkmisc.c io.c main.c \
msg.c node.c re.c version.c dfa.c getopt.c getopt1.c ext.c profile.c
MAN= doc/gawk.1
-.if ${MACHINE_ARCH} != "sparc64"
-MLINKS= gawk.1 awk.1
-.endif
YFLAGS=
OpenPOWER on IntegriCloud