]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/Makefile
xnu-344.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
index d191e76d1ef2b7c8ae7893e541a66af6b6b4ae2d..4e08805597262be3c808c8a5eda2904c30d655e8 100644 (file)
@@ -8,37 +8,32 @@ include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
+       blowfish \
        cast128 \
        des     \
-       blowfish \
-       rc5
+    rc4 \
+       rijndael \
+       sha2
        
 
 INSTINC_SUBDIRS_PPC = \
 
 INSTINC_SUBDIRS_I386 = \
 
-EXPINC_SUBDIRS = \
-       cast128 \
-       des     \
-       blowfish \
-       rc5
+EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
 
 EXPINC_SUBDIRS_PPC = \
 
 EXPINC_SUBDIRS_I386 = \
 
-DATAFILES = \
-       sha1.h
-
-INSTALL_MI_LIST        = ${DATAFILES}
+PRIVATE_DATAFILES = \
+       sha1.h md5.h
 
 INSTALL_MI_DIR = crypto
 
-EXPORT_MI_LIST = ${DATAFILES}
-
-EXPORT_MI_DIR = crypto
+EXPORT_MI_DIR = ${INSTALL_MI_DIR}
 
+INSTALL_MI_LCL_KERN_LIST = ${PRIVATE_DATAFILES}
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)