diff options
Diffstat (limited to 'stand/i386/zfsboot/Makefile')
-rw-r--r-- | stand/i386/zfsboot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/i386/zfsboot/Makefile b/stand/i386/zfsboot/Makefile index f4990719a753..5c1379c672f8 100644 --- a/stand/i386/zfsboot/Makefile +++ b/stand/i386/zfsboot/Makefile @@ -27,6 +27,7 @@ CFLAGS+=-DBOOTPROG=\"zfsboot\" \ -I${ZFSSRC} \ -I${SYSDIR}/crypto/skein \ -I${SYSDIR}/cddl/boot/zfs \ + -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \ -I${BOOTSRC}/i386/boot2 \ -Wall -Waggregate-return -Wbad-function-cast -Wno-cast-align \ -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \ |