changed __NetBSD__ to __OpenBSD__
authorkstailey <kstailey@openbsd.org>
Sat, 28 Dec 1996 23:10:34 +0000 (23:10 +0000)
committerkstailey <kstailey@openbsd.org>
Sat, 28 Dec 1996 23:10:34 +0000 (23:10 +0000)
sys/arch/sun3/conf/Makefile.sun3

index b2f0dbb..ae4def4 100644 (file)
@@ -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