]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/devfs/Makefile
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / miscfs / devfs / Makefile
index 46c7c695b2e3f57d33b744fbdaf4125670965770..163dea89362a685bf30b12b9c1ce2c3a0245dc09 100644 (file)
@@ -10,6 +10,12 @@ include $(MakeInc_def)
 DATAFILES = \
        devfs.h 
 
+KERNELFILES = \
+       devfs.h \
+       fdesc.h \
+       devfs_proto.h \
+       devfsdefs.h
+
 INSTALL_MI_LIST        = ${DATAFILES}
 
 INSTALL_MI_DIR = miscfs/devfs
@@ -18,12 +24,10 @@ INSTALL_KF_MI_LIST = ${DATAFILES}
 
 INSTALL_KF_MI_LCL_LIST = ${DATAFILES} devfs_proto.h devfsdefs.h
 
-EXPORT_MI_LIST = ${DATAFILES} fdesc.h devfs_proto.h devfsdefs.h
+EXPORT_MI_LIST = ${KERNELFILES}
 
 EXPORT_MI_DIR =        miscfs/devfs
 
-INSTALL_MI_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)