summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/conf/Makefile.sgi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi/conf/Makefile.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 50176afea68..edf33468247 100644
--- a/sys/arch/sgi/conf/Makefile.sgi
+++ b/sys/arch/sgi/conf/Makefile.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sgi,v 1.15 2007/04/21 20:07:24 deraadt Exp $
+# $OpenBSD: Makefile.sgi,v 1.16 2007/07/30 16:23:33 thib Exp $
# Makefile for OpenBSD
#
@@ -45,7 +45,7 @@ S!= cd ../../../..; pwd
SGI=$S/arch/sgi
MIPS64= $S/arch/mips64
-INCLUDES= -I. -I$S/arch -I$S -nostdinc
+INCLUDES= -I. -I$S -I$S/arch -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__sgi__
CDIAGFLAGS= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \