diff options
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/conf/Makefile.hppa64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64 index c7876d11dcc..9d912b223f1 100644 --- a/sys/arch/hppa64/conf/Makefile.hppa64 +++ b/sys/arch/hppa64/conf/Makefile.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa64,v 1.3 2006/07/27 05:58:11 miod Exp $ +# $OpenBSD: Makefile.hppa64,v 1.4 2007/07/30 16:23:33 thib Exp $ # Makefile for OpenBSD # @@ -33,7 +33,7 @@ S!= cd ../../../..; pwd .endif HPPA= $S/arch/hppa64 -INCLUDES= -I. -I$S/arch -I$S -nostdinc +INCLUDES= -I. -I$S -I$S/arch -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dhppa64 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \ |