diff options
author | 2000-11-09 02:10:21 +0000 | |
---|---|---|
committer | 2000-11-09 02:10:21 +0000 | |
commit | 3c1f0be09a5c094fe2e5daabae6095c516adc9bd (patch) | |
tree | 4c9b9fed602c3d717b3dedb89c60ed6cefa02c30 | |
parent | Do not use vm_pmap anymore. Requested by art@ (diff) | |
download | wireguard-openbsd-3c1f0be09a5c094fe2e5daabae6095c516adc9bd.tar.xz wireguard-openbsd-3c1f0be09a5c094fe2e5daabae6095c516adc9bd.zip |
Argh, repair CFLAGS.
-rw-r--r-- | sys/arch/sun3/conf/Makefile.sun3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 6426ec4e7c0..08c32ebb0a9 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sun3,v 1.23 2000/09/28 23:50:12 miod Exp $ +# $OpenBSD: Makefile.sun3,v 1.24 2000/11/09 02:10:21 miod Exp $ # $NetBSD: Makefile.sun3,v 1.51 1996/09/09 21:07:08 mycroft Exp $ # Makefile for OpenBSD @@ -37,7 +37,7 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dsun3 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes \ - -Wno-format -Wno-uninitialized -Wno-main \ + -Wno-format -Wno-uninitialized -Wno-main CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float -fno-defer-pop AFLAGS= -m68020 -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -N -Ttext 0E004000 -e start |