X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..b0d623f7f2ae71ed96e60569f61f9a9a27016e80:/bsd/crypto/cast128/Makefile diff --git a/bsd/crypto/cast128/Makefile b/bsd/crypto/cast128/Makefile index 98869f4e0..6eb76064a 100644 --- a/bsd/crypto/cast128/Makefile +++ b/bsd/crypto/cast128/Makefile @@ -13,23 +13,24 @@ INSTINC_SUBDIRS_PPC = \ INSTINC_SUBDIRS_I386 = \ +INSTINC_SUBDIRS_X86_64 = \ + EXPINC_SUBDIRS = \ EXPINC_SUBDIRS_PPC = \ EXPINC_SUBDIRS_I386 = \ -DATAFILES = \ - cast128.h cast128_subkey.h +EXPINC_SUBDIRS_X86_64 = \ -INSTALL_MI_LIST = ${DATAFILES} +PRIVATE_DATAFILES = \ + cast128.h INSTALL_MI_DIR = crypto -EXPORT_MI_LIST = ${DATAFILES} - -EXPORT_MI_DIR = crypto +EXPORT_MI_DIR = ${INSTALL_MI_DIR} +INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} include $(MakeInc_rule) include $(MakeInc_dir)