artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3054e6e
)
changed __NetBSD__ to __OpenBSD__
author
kstailey
<kstailey@openbsd.org>
Sat, 28 Dec 1996 23:10:34 +0000
(23:10 +0000)
committer
kstailey
<kstailey@openbsd.org>
Sat, 28 Dec 1996 23:10:34 +0000
(23:10 +0000)
sys/arch/sun3/conf/Makefile.sun3
patch
|
blob
|
history
diff --git
a/sys/arch/sun3/conf/Makefile.sun3
b/sys/arch/sun3/conf/Makefile.sun3
index
b2f0dbb
..
ae4def4
100644
(file)
--- a/
sys/arch/sun3/conf/Makefile.sun3
+++ b/
sys/arch/sun3/conf/Makefile.sun3
@@
-34,7
+34,7
@@
SUN3= $S/arch/sun3
# Override CPP defaults entirely, so cross-compilation works.
INCLUDES= -I. -I$S/arch -I$S -nostdinc
-XDEFS= -undef -D__
Net
BSD__ -Dm68k -Dmc68000
+XDEFS= -undef -D__
Open
BSD__ -Dm68k -Dmc68000
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
-Dmc68020 -Dsun3 ${XDEFS}
CWARNFLAGS= -Werror # -Wall -Wstrict-prototypes -Wmissing-prototypes