aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/crypto
diff options
context:
space:
mode:
authorнаб <[email protected]>2022-04-09 14:37:22 +0200
committerBrian Behlendorf <[email protected]>2022-05-10 10:18:51 -0700
commit09a7ad38a5407b5ac6c2a75f679504367655e471 (patch)
tree398e209fac8e195d1e559227fd841f7f90416759 /include/sys/crypto
parent5cdca5b1da7884c54260db473f892354bc79951b (diff)
autoconf: single-step includes
Still descend, but only once: we get a lot of mileage out of nodist_ Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13316
Diffstat (limited to 'include/sys/crypto')
-rw-r--r--include/sys/crypto/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/sys/crypto/Makefile.am b/include/sys/crypto/Makefile.am
deleted file mode 100644
index eb31f6a45..000000000
--- a/include/sys/crypto/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-COMMON_H = \
- api.h \
- common.h \
- icp.h
-
-if CONFIG_USER
-libzfsdir = $(includedir)/libzfs/sys/crypto
-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