X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0b4e3aa066abc0728aacb4bbeb86f53f9737156e..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/bsd/hfs/Makefile diff --git a/bsd/hfs/Makefile b/bsd/hfs/Makefile index f628fa341..ccf82f04f 100644 --- a/bsd/hfs/Makefile +++ b/bsd/hfs/Makefile @@ -7,35 +7,24 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir include $(MakeInc_cmd) include $(MakeInc_def) -INSTINC_SUBDIRS = \ - hfscommon - -INSTINC_SUBDIRS_PPC = \ - -INSTINC_SUBDIRS_I386 = \ - -EXPINC_SUBDIRS = \ - hfscommon - -EXPINC_SUBDIRS_PPC = \ - -EXPINC_SUBDIRS_I386 = \ - DATAFILES = \ - hfs_encodings.h hfs_format.h hfs_mount.h + hfs_encodings.h hfs_format.h hfs_mount.h hfs_unistr.h PRIVATE_DATAFILES = \ - hfs.h hfs_macos_defs.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 -EXPORT_MI_LIST = ${DATAFILES} +EXPORT_MI_LIST = ${KERNELFILES} EXPORT_MI_DIR = hfs -INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} +INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} include $(MakeInc_rule) include $(MakeInc_dir)