summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-06-22 14:05:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-06-22 14:05:52 +0000
commit54d462602c4e32c19e79c21eeace7f9664e24681 (patch)
tree915dccbf73bb73173dc3b862b457f56f6717c021 /sys/arch/mvme88k
parent3db0894c0e82ea9c5f44b137d45cfdc0a38d0c7d (diff)
Add ${PIPE} to CFLAGS
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/conf/Makefile.mvme88k4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k
index b04b8a6ac3f..db5078da742 100644
--- a/sys/arch/mvme88k/conf/Makefile.mvme88k
+++ b/sys/arch/mvme88k/conf/Makefile.mvme88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme88k,v 1.19 2002/02/19 01:53:30 deraadt Exp $
+# $OpenBSD: Makefile.mvme88k,v 1.20 2002/06/22 14:05:51 millert Exp $
#
# Makefile for OpenBSD
#
@@ -43,7 +43,7 @@ CWARNFLAGS= -Wall -Werror -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main -Wstrict-prototypes
CMACHFLAGS=
COPTS?= -O
-CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS}
+CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE ${CMACHFLAGS}
LINKFLAGS= -Ttext 0x10000 -e start
STRIPFLAGS= -d