diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-12-28 23:10:35 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-12-28 23:10:35 +0000 |
commit | 6a36b63b6e39a16419ce054f6dea04e65c3add07 (patch) | |
tree | 66008a807c69553aa48053a6a38f36fdfacde9f3 /sys | |
parent | 154cf22363e2ba53473baf6c7908f9c5dc494149 (diff) |
changed __NetBSD__ to __OpenBSD__
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sun3/conf/Makefile.sun3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index b2f0dbb8c76..ae4def43679 100644 --- 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__NetBSD__ -Dm68k -Dmc68000 +XDEFS= -undef -D__OpenBSD__ -Dm68k -Dmc68000 CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dsun3 ${XDEFS} CWARNFLAGS= -Werror # -Wall -Wstrict-prototypes -Wmissing-prototypes |