summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/awk/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index 119a5089c11..66601474909 100644
--- a/usr.bin/awk/Makefile
+++ b/usr.bin/awk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2013/07/28 18:10:16 miod Exp $
+# $OpenBSD: Makefile,v 1.14 2013/08/18 22:06:44 miod Exp $
PROG= awk
SRCS= ytab.c lex.c b.c main.c parse.c proctab.c tran.c lib.c run.c
@@ -19,8 +19,4 @@ proctab.c: maketab
maketab: ytab.h maketab.c
${HOSTCC} ${HOSTCFLAGS} ${.CURDIR}/maketab.c -o $@
-.if ${MACHINE_ARCH} == "m88k"
-COPTS+= -O1
-.endif
-
.include <bsd.prog.mk>