diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-30 08:34:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-30 08:34:28 +0000 |
commit | e9632f966bbfc374672eab6bbf52707bf8516e74 (patch) | |
tree | a0c74a13bf14657759a1b444a3dd8f25a2afcb95 | |
parent | a7203f622b30eff3f67640d09e56d311bdefc14d (diff) |
Sigh, -Dsparc
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index 61b7c674bd6..eae6d2ebb07 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.17 1998/09/17 21:08:13 jason Exp $ +# $OpenBSD: Makefile.sparc,v 1.18 1999/05/30 08:34:27 deraadt Exp $ # $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ # Makefile for OpenBSD @@ -37,7 +37,7 @@ S!= cd ../../../..; pwd SPARC= $S/arch/sparc INCLUDES= -nostdinc -I. -I$S/arch -I$S -CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL +CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dsparc CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main |