summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2010-04-27 17:25:20 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2010-04-27 17:25:20 +0000
commit996c599edb827abd37f911f42afb154c28f1cc5d (patch)
tree0b104fbcc4c6a8b7ebbafeb954ab9017e0c4d3c7 /sys/arch/sgi
parent147d62531a4c937c43d846e66b15dc926fb8d776 (diff)
Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup,
INCLUDE= common.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/conf/Makefile.sgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi
index 29ae699b6a6..daf3111c27c 100644
--- a/sys/arch/sgi/conf/Makefile.sgi
+++ b/sys/arch/sgi/conf/Makefile.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sgi,v 1.37 2010/04/27 16:54:54 deraadt Exp $
+# $OpenBSD: Makefile.sgi,v 1.38 2010/04/27 17:25:19 drahn Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -34,7 +34,7 @@ _arch?= mips64
_machdir?= $S/arch/${_mach}
_archdir?= $S/arch/${_arch}
-INCLUDES= -I. -I$S -I$S/arch -nostdinc
+INCLUDES= -nostdinc -I. -I$S -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__${_mach}__
CDIAGFLAGS= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \