aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-03-16 00:00:21 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-03-16 00:00:21 +0000
commit283352dd4f6a3bb2f3c7cb45ce5dca3d86f5e3f4 (patch)
tree5d4e83f22752697c5ae5c1d4b4ac49965f714c90 /include/Makefile
parente4ac3f74637778981b2d89745188bb2a39e24e42 (diff)
downloadsrc-283352dd4f6a3bb2f3c7cb45ce5dca3d86f5e3f4.tar.gz
src-283352dd4f6a3bb2f3c7cb45ce5dca3d86f5e3f4.zip
Stop installing kernel-only crypto headers to /usr/include/crypto.
The only user-facing header from OCF is <crypto/cryptodev.h>. PR: 254167 (exp-run) MFC after: 1 week Sponsored by: Chelsio Communications
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/include/Makefile b/include/Makefile
index 31e207f6b199..8ddfd7015918 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -84,10 +84,6 @@ FS9660= cd9660_mount.h \
iso_rrip.h
FS9660DIR= ${INCLUDEDIR}/isofs/cd9660
-.PATH: ${SRCTOP}/sys/crypto
-CRYPTO= rijndael/rijndael.h
-CRYPTODIR= ${INCLUDEDIR}/crypto
-
.PATH: ${SRCTOP}/sys/dev/evdev
EVDEV= input.h \
input-event-codes.h \
@@ -105,17 +101,7 @@ HYPERV= hv_snapshot.h \
HYPERVDIR= ${INCLUDEDIR}/dev/hyperv
.PATH: ${SRCTOP}/sys/opencrypto
-OPENCRYPTO= _cryptodev.h \
- cbc_mac.h \
- cryptodev.h \
- deflate.h \
- gfmult.h \
- gmac.h \
- rmd160.h \
- xform.h \
- xform_auth.h \
- xform_comp.h \
- xform_enc.h
+OPENCRYPTO= cryptodev.h
OPENCRYPTODIR= ${INCLUDEDIR}/crypto
.PATH: ${SRCTOP}/sys/dev/pci