X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..ca66cea69e6e866fd781ae2260d9474bdd48f2ca:/bsd/crypto/sha2/Makefile diff --git a/bsd/crypto/sha2/Makefile b/bsd/crypto/sha2/Makefile index 95aff4dee..a89ecdaff 100644 --- a/bsd/crypto/sha2/Makefile +++ b/bsd/crypto/sha2/Makefile @@ -13,12 +13,16 @@ INSTINC_SUBDIRS_PPC = \ INSTINC_SUBDIRS_I386 = \ +INSTINC_SUBDIRS_ARM = \ + EXPINC_SUBDIRS = \ EXPINC_SUBDIRS_PPC = \ EXPINC_SUBDIRS_I386 = \ +EXPINC_SUBDIRS_ARM = \ + PRIVATE_DATAFILES = \ sha2.h @@ -26,7 +30,7 @@ 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)