]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / mach / machine / Makefile
index 6ff836179caff88407d47accda589909a75513ee..5034c34d005e29d543384b09e932ffc247ea5fca 100644 (file)
@@ -3,19 +3,22 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-
 DATAFILES = \
        asm.h boolean.h exception.h kern_return.h ndr_def.h rpc.h \
        processor_info.h thread_state.h thread_status.h \
        vm_param.h vm_types.h machine_types.defs \
        syscall_sw.h sdt.h sdt_isa.h
 
 DATAFILES = \
        asm.h boolean.h exception.h kern_return.h ndr_def.h rpc.h \
        processor_info.h thread_state.h thread_status.h \
        vm_param.h vm_types.h machine_types.defs \
        syscall_sw.h sdt.h sdt_isa.h
 
+PRIVATE_DATAFILES = \
+       syscall_sw.h
+
 INSTALL_MI_LIST = ${DATAFILES}
 
 INSTALL_MI_LIST = ${DATAFILES}
 
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
+
 INSTALL_MI_DIR = mach/machine
 
 EXPORT_MI_LIST = ${DATAFILES}
 INSTALL_MI_DIR = mach/machine
 
 EXPORT_MI_LIST = ${DATAFILES}
@@ -24,5 +27,3 @@ EXPORT_MI_DIR = mach/machine
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-