aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/crypto/Makefile.am')
-rw-r--r--include/sys/crypto/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/crypto/Makefile.am b/include/sys/crypto/Makefile.am
index 79a5adfae..eb31f6a45 100644
--- a/include/sys/crypto/Makefile.am
+++ b/include/sys/crypto/Makefile.am
@@ -9,6 +9,8 @@ libzfs_HEADERS = $(COMMON_H)
endif
if CONFIG_KERNEL
+if BUILD_LINUX
kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/crypto
kernel_HEADERS = $(COMMON_H)
endif
+endif