export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
-
include $(MakeInc_cmd)
include $(MakeInc_def)
-INSTINC_SUBDIRS = \
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
-
-EXPINC_SUBDIRS_PPC = \
-
-EXPINC_SUBDIRS_I386 = \
-
DATAFILES = \
union.h
+KERNELFILES = \
+ ${DATAFILES}
+
INSTALL_MI_LIST = ${DATAFILES}
INSTALL_MI_DIR = miscfs/union
-EXPORT_MI_LIST = ${DATAFILES}
+EXPORT_MI_LIST = ${KERNELFILES}
EXPORT_MI_DIR = miscfs/union
-
include $(MakeInc_rule)
include $(MakeInc_dir)
-
-