aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-03-19 23:59:44 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-03-19 23:59:44 +0000
commit7af04dff025d98e2feff979756ecde8ef0ace390 (patch)
treedf88ceb4b56adceb1d5b692e2fffaf201bb4dcc2 /include
parent9946b2f4e0b478de69ebd687e2132c318a4d7c21 (diff)
Diffstat (limited to 'include')
-rw-r--r--include/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile
index eebc7f0e121f..8d50aeea864f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -418,10 +418,7 @@ symlinks: .PHONY .META
$$(printf '../../../../%s ' sys/netpfil/pf/*.h) \
${SDESTDIR}${INCLUDEDIR}/netpfil/pf;
.endif
- ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../sys/crypto/rijndael/rijndael.h \
- ${SDESTDIR}${INCLUDEDIR}/crypto; \
- cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
- $$(printf '../../../%s ' sys/opencrypto/*.h) \
+ ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../sys/opencrypto/cryptodev.h \
${SDESTDIR}${INCLUDEDIR}/crypto; \
cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
$$(printf '../../../%s ' sys/${MACHINE}/include/*.h) \