]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/vfs/Makefile
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / vfs / Makefile
index 68e740b9a5e320ddbcfc1e74799f91a23fe5e18b..d9223229e5577d6d502675659aa8c9aaa4911762 100644 (file)
@@ -3,7 +3,6 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
@@ -14,11 +13,11 @@ INSTALL_MI_LIST     = ${DATAFILES}
 
 INSTALL_MI_DIR = vfs
 
-EXPORT_MI_LIST = ${DATAFILES}
+INSTALL_KF_MI_LIST = ${DATAFILES}
+
+EXPORT_MI_LIST = ${DATAFILES} vfs_disk_conditioner.h
 
 EXPORT_MI_DIR = vfs
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-