]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/Makefile
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / i386 / Makefile
index e3f4901def593ad380f7a33f3d96b5e4482df553..f38f8c0b50bc546ba7018e290b2def9351122b39 100644 (file)
@@ -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
 
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 DATAFILES = \
 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_MD_LIST = ${DATAFILES}
+INSTALL_DRIVERKIT_MD_LIST = ${DRIVERKIT_DATAFILES}
+INSTALL_MD_LCL_LIST = ${PRIVATE_DATAFILES}
 
 INSTALL_MD_DIR = i386
 
 
 INSTALL_MD_DIR = i386
 
-EXPORT_MD_LIST = ${DATAFILES}
+EXPORT_MD_LIST = ${KERNELFILES}
 
 EXPORT_MD_DIR = i386
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
 
 EXPORT_MD_DIR = i386
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-