diff options
author | 2003-12-17 05:17:07 +0000 | |
---|---|---|
committer | 2003-12-17 05:17:07 +0000 | |
commit | d36f4f683f63194256af840e73d92b415538331f (patch) | |
tree | f056683ec010d114bc5e58093028ee786606eb5a | |
parent | remove unneeded bits introduced in previous commit (diff) | |
download | wireguard-openbsd-d36f4f683f63194256af840e73d92b415538331f.tar.xz wireguard-openbsd-d36f4f683f63194256af840e73d92b415538331f.zip |
For some reason sparc64 seems to need the equivalent of -I/sys where
the others do not.
-rw-r--r-- | sys/arch/sparc64/stand/libz/Makefile | 4 |
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} |