]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/Makefile
xnu-3248.60.10.tar.gz
[apple/xnu.git] / bsd / hfs / Makefile
index 0f11a9737b6606dbfde525b9c1ae838036f28e1e..ccf82f04f0940320ca7614be372c43b36ccc6a68 100644 (file)
@@ -14,15 +14,17 @@ PRIVATE_DATAFILES = \
        hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
        hfs_fsctl.h hfs_macos_defs.h hfs_quota.h rangelist.h
 
        hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
        hfs_fsctl.h hfs_macos_defs.h hfs_quota.h rangelist.h
 
+KERNELFILES = ${DATAFILES}
+
 INSTALL_MI_LIST        = ${DATAFILES}
 
 INSTALL_MI_DIR = hfs
 
 INSTALL_MI_LIST        = ${DATAFILES}
 
 INSTALL_MI_DIR = hfs
 
-EXPORT_MI_LIST = ${DATAFILES}
+EXPORT_MI_LIST = ${KERNELFILES}
 
 EXPORT_MI_DIR = hfs
 
 
 EXPORT_MI_DIR = hfs
 
-INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)