X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2d21ac55c334faf3a56e5634905ed6987fc787d4:/bsd/crypto/Makefile diff --git a/bsd/crypto/Makefile b/bsd/crypto/Makefile index 4e0880559..90a8d7eec 100644 --- a/bsd/crypto/Makefile +++ b/bsd/crypto/Makefile @@ -12,28 +12,32 @@ INSTINC_SUBDIRS = \ cast128 \ des \ rc4 \ - rijndael \ + aes \ sha2 - + INSTINC_SUBDIRS_PPC = \ INSTINC_SUBDIRS_I386 = \ +INSTINC_SUBDIRS_ARM = \ + EXPINC_SUBDIRS = ${INSTINC_SUBDIRS} EXPINC_SUBDIRS_PPC = \ EXPINC_SUBDIRS_I386 = \ +EXPINC_SUBDIRS_ARM = \ + PRIVATE_DATAFILES = \ - sha1.h md5.h + sha1.h INSTALL_MI_DIR = crypto EXPORT_MI_DIR = ${INSTALL_MI_DIR} -INSTALL_MI_LCL_KERN_LIST = ${PRIVATE_DATAFILES} +INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} include $(MakeInc_rule) include $(MakeInc_dir)