]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/Makefile
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
index 8a0a0f3bb62e7b32350142c6e4790ba7e1ec5161..2479c10a90a247461cb5a082fbfcf66b6e59e4b0 100644 (file)
@@ -3,12 +3,11 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = \
-       rc4 \
+EXPINC_SUBDIRS = \
+       entropy \
 
 PRIVATE_DATAFILES = \
        sha1.h \
 
 PRIVATE_DATAFILES = \
        sha1.h \
@@ -22,12 +21,10 @@ EXPORT_MI_DIR = ${INSTALL_MI_DIR}
 
 INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
 
 INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
-# We use this to install aesxts.h in Kernel.framework/PrivateHeaders 
+# 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)
 # 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)
-
-