diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-23 14:26:25 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-23 14:26:25 +0000 |
commit | e1419ce8a95888d0d9c7e6a42d394a1414de81c2 (patch) | |
tree | d7454b143e955ce047aae59964d6a2155d2fd45e | |
parent | b1b0c5c71dac6f3c18450de9bc33341be8686ba8 (diff) |
clean
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index b2ebf40cf22..53bea276d82 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.3 2004/08/10 19:08:17 deraadt Exp $ +# $OpenBSD: Makefile.sgi,v 1.4 2004/08/23 14:26:24 pefo Exp $ # Makefile for OpenBSD # @@ -43,7 +43,7 @@ SGI=$S/arch/sgi MIPS64= $S/arch/mips64 INCLUDES= -I. -I$S/arch -I$S -CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmips_cachealias -D__sgi__ +CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__sgi__ CDIAGFLAGS= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \ -Wno-uninitialized -Wno-format -Wno-main |