X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..39236c6e673c41db228275375ab7fdb0f837b292:/bsd/crypto/Makefile?ds=sidebyside diff --git a/bsd/crypto/Makefile b/bsd/crypto/Makefile index d191e76d1..01b1da8b2 100644 --- a/bsd/crypto/Makefile +++ b/bsd/crypto/Makefile @@ -8,37 +8,26 @@ include $(MakeInc_cmd) include $(MakeInc_def) INSTINC_SUBDIRS = \ - cast128 \ - des \ blowfish \ - rc5 - - -INSTINC_SUBDIRS_PPC = \ - -INSTINC_SUBDIRS_I386 = \ - -EXPINC_SUBDIRS = \ cast128 \ - des \ - blowfish \ - rc5 - -EXPINC_SUBDIRS_PPC = \ - -EXPINC_SUBDIRS_I386 = \ - -DATAFILES = \ - sha1.h + rc4 \ -INSTALL_MI_LIST = ${DATAFILES} +PRIVATE_DATAFILES = \ + sha1.h \ + sha2.h \ + des.h \ + aes.h aesxts.h \ INSTALL_MI_DIR = crypto -EXPORT_MI_LIST = ${DATAFILES} +EXPORT_MI_DIR = ${INSTALL_MI_DIR} -EXPORT_MI_DIR = crypto +INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} +# We use this to install aesxts.h in Kernel.framework/PrivateHeaders +# in addition to Kernel.framework/PrivateHeaders/crypto +# This should be removed once all clients are switched to include libkern/crypto/aesxts.h +INSTALL_KF_MD_LCL_LIST = aesxts.h include $(MakeInc_rule) include $(MakeInc_dir)