summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-12-11 16:29:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-12-11 16:29:06 +0000
commitec9ed02db7f505a9f187d00cfa73b18c969ea40c (patch)
treec2826c05af19cf2563fadf9b180e8cdb94b552ee
parent439486398202ff6462d4e7a1640105c85e5bdfc4 (diff)
-pipe for everyone.
mac68k users, be sure to upgrade to the latest snapshot first [or upgrade as(1)].
-rw-r--r--share/mk/sys.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index eb335fedd58..db3fcc1c071 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: sys.mk,v 1.42 2004/11/22 18:51:23 miod Exp $
+# $OpenBSD: sys.mk,v 1.43 2004/12/11 16:29:05 miod Exp $
# $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
@@ -32,9 +32,7 @@ LINK.S?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS}
CC?= cc
-.if ${MACHINE_ARCH} != "m88k" && ${MACHINE} != "mac68k"
PIPE?= -pipe
-.endif
CFLAGS?= -O2 ${PIPE} ${DEBUG}
COMPILE.c?= ${CC} ${CFLAGS} ${CPPFLAGS} -c