diff options
Diffstat (limited to 'sys/arch/hp300/stand/uboot/Makefile')
-rw-r--r-- | sys/arch/hp300/stand/uboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/uboot/Makefile b/sys/arch/hp300/stand/uboot/Makefile index d3ea9a59aca..b10846645a0 100644 --- a/sys/arch/hp300/stand/uboot/Makefile +++ b/sys/arch/hp300/stand/uboot/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2012/08/21 14:46:18 pascal Exp $ +# $OpenBSD: Makefile,v 1.8 2013/01/01 17:17:44 miod Exp $ PROG= uboot NOMAN= NOPIE= -.include "${.CURDIR}/../Makefile.inc" +CPPFLAGS+= ${SA_CPPFLAGS} CFLAGS+=-I${.CURDIR}/../include \ -I${.CURDIR}/../libsa -I${.CURDIR}/../.. -I${.CURDIR}/../../.. \ |