]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
index d191e76d1ef2b7c8ae7893e541a66af6b6b4ae2d..ab0c4b9860ed67aad68479521bd389ff8dc32569 100644 (file)
@@ -8,37 +8,38 @@ include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
+       blowfish \
        cast128 \
        des     \
        cast128 \
        des     \
-       blowfish \
-       rc5
-       
+    rc4 \
+       aes \
+       sha2
 
 
-INSTINC_SUBDIRS_PPC = \
 
 INSTINC_SUBDIRS_I386 = \
 
 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 = \
 
 
 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)
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)