config/dracut/90zfs: handle cases where hostid(1) returns all zeros
[zfs.git] / include / sys / crypto / Makefile.am
blobeb31f6a4574358388b928fdd6ccfa79dee56a34d
1 COMMON_H = \
2         api.h \
3         common.h \
4         icp.h
6 if CONFIG_USER
7 libzfsdir = $(includedir)/libzfs/sys/crypto
8 libzfs_HEADERS = $(COMMON_H)
9 endif
11 if CONFIG_KERNEL
12 if BUILD_LINUX
13 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/crypto
14 kernel_HEADERS = $(COMMON_H)
15 endif
16 endif