diff options
| author | Toomas Soome <tsoome@FreeBSD.org> | 2020-06-20 07:46:43 +0000 |
|---|---|---|
| committer | Toomas Soome <tsoome@FreeBSD.org> | 2020-06-20 07:46:43 +0000 |
| commit | a137f7997efc8a34da75a7643c8fade4be67e82c (patch) | |
| tree | 1ec28719433cb685be2195025020b35c21bde889 | |
| parent | 3830659e99640001c09d26dfc0e1bbd77d919a62 (diff) | |
Notes
| -rw-r--r-- | stand/libofw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/libofw/Makefile b/stand/libofw/Makefile index 1017988705a6..d2bb03d1b289 100644 --- a/stand/libofw/Makefile +++ b/stand/libofw/Makefile @@ -9,7 +9,7 @@ SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c \ ofw_time.c openfirm.c .PATH: ${ZFSSRC} SRCS+= devicename_stubs.c -CFLAGS+= -I${ZFSSRC} +CFLAGS+= -I${ZFSSRC} -I${SYSDIR}/cddl/boot/zfs # Pick up the bootstrap header for some interface items CFLAGS+= -I${LDRSRC} |
