]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
index e878376c28e8291ef7b70dd9229f6099cc4795bd..ab0c4b9860ed67aad68479521bd389ff8dc32569 100644 (file)
@@ -14,20 +14,26 @@ INSTINC_SUBDIRS = \
     rc4 \
        aes \
        sha2
     rc4 \
        aes \
        sha2
-       
 
 
-INSTINC_SUBDIRS_PPC = \
 
 INSTINC_SUBDIRS_I386 = \
 
 INSTINC_SUBDIRS_I386 = \
+       aes
 
 
-EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
+INSTINC_SUBDIRS_X86_64 = \
+       aes
+
+INSTINC_SUBDIRS_ARM = \
 
 
-EXPINC_SUBDIRS_PPC = \
+EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
 
 EXPINC_SUBDIRS_I386 = \
 
 
 EXPINC_SUBDIRS_I386 = \
 
+EXPINC_SUBDIRS_X86_64 = \
+
+EXPINC_SUBDIRS_ARM = \
+
 PRIVATE_DATAFILES = \
 PRIVATE_DATAFILES = \
-       sha1.h md5.h
+       sha1.h
 
 INSTALL_MI_DIR = crypto
 
 
 INSTALL_MI_DIR = crypto