X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/bsd/i386/Makefile diff --git a/bsd/i386/Makefile b/bsd/i386/Makefile index e3f4901de..f38f8c0b5 100644 --- a/bsd/i386/Makefile +++ b/bsd/i386/Makefile @@ -3,25 +3,36 @@ 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) DATAFILES = \ - cpu.h disklabel.h endian.h exec.h label_t.h param.h \ - profile.h psl.h ptrace.h reboot.h setjmp.h signal.h \ - spl.h table.h types.h ucontext.h user.h vmparam.h + endian.h fasttrap_isa.h param.h \ + profile.h signal.h limits.h _limits.h \ + types.h vmparam.h _types.h _param.h \ + _mcontext.h + +DRIVERKIT_DATAFILES = \ + limits.h types.h _types.h endian.h + +PRIVATE_DATAFILES = \ + disklabel.h +KERNELFILES = \ + endian.h param.h \ + profile.h signal.h limits.h _limits.h \ + types.h vmparam.h _types.h _param.h \ + _mcontext.h INSTALL_MD_LIST = ${DATAFILES} +INSTALL_DRIVERKIT_MD_LIST = ${DRIVERKIT_DATAFILES} +INSTALL_MD_LCL_LIST = ${PRIVATE_DATAFILES} INSTALL_MD_DIR = i386 -EXPORT_MD_LIST = ${DATAFILES} +EXPORT_MD_LIST = ${KERNELFILES} EXPORT_MD_DIR = i386 include $(MakeInc_rule) include $(MakeInc_dir) - -