aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 20:36:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 20:36:21 +0000
commit498e57a7a4c0630192b94b087656d6532f582e49 (patch)
treea971d8344450a20ff2c0dadc50655d0246a83ac4
parentbe42e63aec2d5c9f50cd57c332e919b67d5b551a (diff)
Notes
-rw-r--r--gnu/usr.bin/awk/Makefile7
-rw-r--r--usr.bin/awk/Makefile2
2 files changed, 0 insertions, 9 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile
index 6109e65d2e7ef..d525cd10add95 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=
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index f732c71739d8b..25d9259e7d771 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