summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-12-17 05:17:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-12-17 05:17:08 +0000
commit38de74585afa16711879e513f1336207078a6d7b (patch)
tree6b4697fc95f0b7a8e1fe0218112dc33cf0bc7d90 /sys/arch/sparc64/stand
parent778c2f963dd6130ce3ce3d3283cacfb7282a4bb4 (diff)
For some reason sparc64 seems to need the equivalent of -I/sys where
the others do not.
Diffstat (limited to 'sys/arch/sparc64/stand')
-rw-r--r--sys/arch/sparc64/stand/libz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/libz/Makefile b/sys/arch/sparc64/stand/libz/Makefile
index f4295dc8562..497064d1634 100644
--- a/sys/arch/sparc64/stand/libz/Makefile
+++ b/sys/arch/sparc64/stand/libz/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2003/12/17 05:01:06 millert Exp $
+# $OpenBSD: Makefile,v 1.6 2003/12/17 05:17:07 millert Exp $
S=${.CURDIR}/../../../..
ZDST=${.OBJDIR}
@@ -6,4 +6,4 @@ ZDST=${.OBJDIR}
.PATH: ${S}/lib/libz
.include "${S}/lib/libz/Makefile"
-CFLAGS+=${CEXTRAFLAGS} ${AFLAGS}
+CFLAGS+=${CEXTRAFLAGS} ${AFLAGS} -I${S}