]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/devfs/Makefile
xnu-3248.60.10.tar.gz
[apple/xnu.git] / bsd / miscfs / devfs / Makefile
index 9d29f42e1ef1b303ab613e61f33e4db0ce5927f5..163dea89362a685bf30b12b9c1ce2c3a0245dc09 100644 (file)
@@ -7,17 +7,15 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
-
-EXPINC_SUBDIRS_I386 = \
-
 DATAFILES = \
        devfs.h 
 
+KERNELFILES = \
+       devfs.h \
+       fdesc.h \
+       devfs_proto.h \
+       devfsdefs.h
+
 INSTALL_MI_LIST        = ${DATAFILES}
 
 INSTALL_MI_DIR = miscfs/devfs
@@ -26,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)