X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..6d2010ae8f7a6078e10b361c6962983bab233e0f:/bsd/crypto/Makefile?ds=sidebyside diff --git a/bsd/crypto/Makefile b/bsd/crypto/Makefile index d191e76d1..ab0c4b986 100644 --- a/bsd/crypto/Makefile +++ b/bsd/crypto/Makefile @@ -8,37 +8,38 @@ include $(MakeInc_cmd) include $(MakeInc_def) INSTINC_SUBDIRS = \ + blowfish \ cast128 \ des \ - blowfish \ - rc5 - + rc4 \ + aes \ + sha2 -INSTINC_SUBDIRS_PPC = \ INSTINC_SUBDIRS_I386 = \ + aes -EXPINC_SUBDIRS = \ - cast128 \ - des \ - blowfish \ - rc5 +INSTINC_SUBDIRS_X86_64 = \ + aes -EXPINC_SUBDIRS_PPC = \ +INSTINC_SUBDIRS_ARM = \ + +EXPINC_SUBDIRS = ${INSTINC_SUBDIRS} EXPINC_SUBDIRS_I386 = \ -DATAFILES = \ - sha1.h +EXPINC_SUBDIRS_X86_64 = \ -INSTALL_MI_LIST = ${DATAFILES} +EXPINC_SUBDIRS_ARM = \ -INSTALL_MI_DIR = crypto +PRIVATE_DATAFILES = \ + sha1.h -EXPORT_MI_LIST = ${DATAFILES} +INSTALL_MI_DIR = crypto -EXPORT_MI_DIR = crypto +EXPORT_MI_DIR = ${INSTALL_MI_DIR} +INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} include $(MakeInc_rule) include $(MakeInc_dir)