]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/vfs/Makefile
xnu-4570.61.1.tar.gz
[apple/xnu.git] / bsd / vfs / Makefile
index ce2bd8753962e8d408edf35d99cc4a9a807123b7..d9223229e5577d6d502675659aa8c9aaa4911762 100644 (file)
@@ -3,35 +3,21 @@ 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)
 
-INSTINC_SUBDIRS = \
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
-
-EXPINC_SUBDIRS_PPC = \
-
-EXPINC_SUBDIRS_I386 = \
-
 DATAFILES = \
-        vfs_support.h  
+       vfs_support.h
 
 INSTALL_MI_LIST        = ${DATAFILES}
 
 INSTALL_MI_DIR = vfs
 
-EXPORT_MI_LIST = ${DATAFILES}
+INSTALL_KF_MI_LIST = ${DATAFILES}
 
-EXPORT_MI_DIR = vfs
+EXPORT_MI_LIST = ${DATAFILES} vfs_disk_conditioner.h
 
+EXPORT_MI_DIR = vfs
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-