diff options
Diffstat (limited to 'sys/arch/hp300/stand/libsa/Makefile')
-rw-r--r-- | sys/arch/hp300/stand/libsa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/libsa/Makefile b/sys/arch/hp300/stand/libsa/Makefile index a819b609bf2..865b582138b 100644 --- a/sys/arch/hp300/stand/libsa/Makefile +++ b/sys/arch/hp300/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1997/02/18 01:07:19 downsj Exp $ +# $OpenBSD: Makefile,v 1.9 1997/07/13 07:21:55 downsj Exp $ # $NetBSD: Makefile,v 1.5 1996/06/26 17:44:42 thorpej Exp $ LIB= sa @@ -13,6 +13,7 @@ LIB= sa CFLAGS+=-Dhp300 -DSTANDALONE -DCOMPAT_UFS -DNO_LSEEK CFLAGS+=-D__INTERNAL_LIBSA_CREAD -DHEAP_LIMIT="0xffffdfff" CFLAGS+=${DEBUGFLAGS} -I${.CURDIR}/.. +CFLAGS+=-I${.CURDIR}/../.. -I${.CURDIR}/../../.. CFLAGS+=-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libsa # stand routines |