summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk
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 /usr.bin/awk
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 'usr.bin/awk')
-rw-r--r--usr.bin/awk/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index f732c71..25d9259 100644
--- a/usr.bin/awk/Makefile
+++ b/usr.bin/awk/Makefile
@@ -11,10 +11,8 @@ CFLAGS+= -I. -I${AWKSRC}
DPADD= ${LIBM}
LDADD= -lm
-.if ${MACHINE_ARCH} == "sparc64"
LINKS= ${BINDIR}/nawk ${BINDIR}/awk
MLINKS= nawk.1 awk.1
-.endif
CLEANFILES= maketab proctab.c ytab.h
OpenPOWER on IntegriCloud