]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
index ab0c4b9860ed67aad68479521bd389ff8dc32569..01b1da8b29d7031000d1407c250f7ac0144a1f21 100644 (file)
@@ -10,30 +10,13 @@ include $(MakeInc_def)
 INSTINC_SUBDIRS = \
        blowfish \
        cast128 \
-       des     \
-    rc4 \
-       aes \
-       sha2
-
-
-INSTINC_SUBDIRS_I386 = \
-       aes
-
-INSTINC_SUBDIRS_X86_64 = \
-       aes
-
-INSTINC_SUBDIRS_ARM = \
-
-EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
-
-EXPINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS_X86_64 = \
-
-EXPINC_SUBDIRS_ARM = \
+       rc4 \
 
 PRIVATE_DATAFILES = \
-       sha1.h
+       sha1.h \
+       sha2.h \
+       des.h \
+       aes.h aesxts.h \
 
 INSTALL_MI_DIR = crypto
 
@@ -41,6 +24,11 @@ EXPORT_MI_DIR = ${INSTALL_MI_DIR}
 
 INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
+# We use this to install aesxts.h in Kernel.framework/PrivateHeaders 
+# in addition to Kernel.framework/PrivateHeaders/crypto
+# This should be removed once all clients are switched to include libkern/crypto/aesxts.h
+INSTALL_KF_MD_LCL_LIST = aesxts.h
+
 include $(MakeInc_rule)
 include $(MakeInc_dir)