]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/Makefile
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / i386 / Makefile
index 6c5370018a9bac03cf810bc5e5a35068e5f4c873..ab4a4ac8644317720ff1dcf377cbcc33b7ce74bf 100644 (file)
@@ -3,7 +3,6 @@ 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)
 
@@ -13,6 +12,9 @@ DATAFILES = \
        types.h vmparam.h _types.h _param.h \
        _mcontext.h
 
+DRIVERKIT_DATAFILES = \
+       limits.h types.h _types.h
+
 PRIVATE_DATAFILES = \
        disklabel.h
 
@@ -22,8 +24,8 @@ KERNELFILES = \
        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
@@ -34,5 +36,3 @@ EXPORT_MD_DIR = i386
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-