summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2020-06-20 08:22:57 +0000
committerToomas Soome <tsoome@FreeBSD.org>2020-06-20 08:22:57 +0000
commit4583682ec14cc63f063b6769b7706af1891b0934 (patch)
treed4a100160de5f43c98d41c5c0ff29bb23bb42bc7 /stand
parenta137f7997efc8a34da75a7643c8fade4be67e82c (diff)
downloadsrc-test2-4583682ec14cc63f063b6769b7706af1891b0934.tar.gz
src-test2-4583682ec14cc63f063b6769b7706af1891b0934.zip
Notes
Diffstat (limited to 'stand')
-rw-r--r--stand/libofw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/libofw/Makefile b/stand/libofw/Makefile
index d2bb03d1b289..2d3e30e1ace9 100644
--- a/stand/libofw/Makefile
+++ b/stand/libofw/Makefile
@@ -10,6 +10,7 @@ SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c \
.PATH: ${ZFSSRC}
SRCS+= devicename_stubs.c
CFLAGS+= -I${ZFSSRC} -I${SYSDIR}/cddl/boot/zfs
+CFLAGS+= -I${SYSDIR}/cddl/contrib/opensolaris/uts/common
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${LDRSRC}