diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-22 14:05:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-22 14:05:52 +0000 |
commit | 54d462602c4e32c19e79c21eeace7f9664e24681 (patch) | |
tree | 915dccbf73bb73173dc3b862b457f56f6717c021 /sys/arch/mvme68k/conf | |
parent | 3db0894c0e82ea9c5f44b137d45cfdc0a38d0c7d (diff) |
Add ${PIPE} to CFLAGS
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r-- | sys/arch/mvme68k/conf/Makefile.mvme68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index 4bba2ac1b4c..a412b3363f6 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme68k,v 1.15 2002/04/27 23:21:30 miod Exp $ +# $OpenBSD: Makefile.mvme68k,v 1.16 2002/06/22 14:05:51 millert Exp $ # This makefile is constructed from a machine description: # config machineid @@ -50,7 +50,7 @@ CMACHFLAGS= -m68060 -Wa,-m68030 CMACHFLAGS+= -msoft-float COPTS?= -O2 -CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} +CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -Ttext 0x10000 -z -e start STRIPFLAGS= -d |