From 79d95cad442c12302681ce504f8ea3bec9f45916 Mon Sep 17 00:00:00 2001 From: kstailey Date: Sat, 28 Dec 1996 23:10:34 +0000 Subject: [PATCH] changed __NetBSD__ to __OpenBSD__ --- sys/arch/sun3/conf/Makefile.sun3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1