diff options
| author | rin <rin@NetBSD.org> | 2023-06-15 03:20:58 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2023-06-15 03:20:58 +0000 |
| commit | 2399bcefc75b83a1597fc2079612880f9358b3bc (patch) | |
| tree | 3ee85cf11657507ad6137d09960f5d64480a6beb /sys/stand | |
| parent | 3570e077f9ae6fc6aa843f84f3276394b70c194e (diff) | |
Add missing include paths for libz. Not used at the moment although.
Diffstat (limited to 'sys/stand')
| -rw-r--r-- | sys/stand/efiboot/Makefile.efiboot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/stand/efiboot/Makefile.efiboot b/sys/stand/efiboot/Makefile.efiboot index ce20af887df..c6fdd9c269b 100644 --- a/sys/stand/efiboot/Makefile.efiboot +++ b/sys/stand/efiboot/Makefile.efiboot @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.efiboot,v 1.28 2023/06/03 21:26:29 lukem Exp $ +# $NetBSD: Makefile.efiboot,v 1.29 2023/06/15 03:20:58 rin Exp $ S= ${.CURDIR}/../../.. @@ -132,6 +132,7 @@ LIBKERN= ${KERNLIB} ### find out what to use for libz Z_AS= library .include "${S}/lib/libz/Makefile.inc" +CPPFLAGS+= -I${S}/lib/libz -I${S}/../common/dist/zlib LIBZ= ${ZLIB} ### find out what to use for libgnuefi |
