X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..6d2010ae8f7a6078e10b361c6962983bab233e0f:/bsd/crypto/des/Makefile diff --git a/bsd/crypto/des/Makefile b/bsd/crypto/des/Makefile index 58c13ed5f..2eee6301a 100644 --- a/bsd/crypto/des/Makefile +++ b/bsd/crypto/des/Makefile @@ -9,16 +9,20 @@ include $(MakeInc_def) INSTINC_SUBDIRS = \ -INSTINC_SUBDIRS_PPC = \ - INSTINC_SUBDIRS_I386 = \ -EXPINC_SUBDIRS = \ +INSTINC_SUBDIRS_X86_64 = \ + +INSTINC_SUBDIRS_ARM = \ -EXPINC_SUBDIRS_PPC = \ +EXPINC_SUBDIRS = \ EXPINC_SUBDIRS_I386 = \ +EXPINC_SUBDIRS_X86_64 = \ + +EXPINC_SUBDIRS_ARM = \ + PRIVATE_DATAFILES = \ des.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)