]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/aes/i386/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / crypto / aes / i386 / Makefile
index f116db347dce79ec1c0c1bd428a925339423df61..851f7b2ac966daf533b567f4cd8bb7ce05e22145 100644 (file)
@@ -7,28 +7,26 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = \
+include $(MakeInc_cmd)
+include $(MakeInc_def)
 
-INSTINC_SUBDIRS_PPC = \
+INSTINC_SUBDIRS = \
 
 INSTINC_SUBDIRS_I386 = \
 
 EXPINC_SUBDIRS = \
 
-EXPINC_SUBDIRS_PPC = \
-
 EXPINC_SUBDIRS_I386 = \
 
-PRIVATE_DATAFILES = \
-       aesopt.h edefs.h
-
 INSTALL_MI_DIR = crypto
 
 EXPORT_MI_DIR = ${INSTALL_MI_DIR}
 
-INSTALL_KF_MI_LIST =
+PRIVATE_DATAFILES = \
+       aesxts.h
 
-INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
+# /System/Library/Frameworks/Kernel.framework/PrivateHeaders
+INSTALL_KF_MD_LCL_LIST = ${PRIVATE_DATAFILES}
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)