1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10DATAFILES = \
11	_structs.h	endian.h	param.h		types.h \
12	_limits.h	_types.h	limits.h	setjmp.h \
13	_param.h	arch.h		locks.h		signal.h \
14	_mcontext.h	vmparam.h
15
16KERNELFILES = \
17	_structs.h	endian.h	param.h		types.h \
18	_limits.h	_types.h	limits.h	setjmp.h \
19	_param.h	arch.h		locks.h		signal.h \
20	_mcontext.h	vmparam.h
21
22
23INSTALL_MD_LIST = ${DATAFILES}
24INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
25
26INSTALL_MD_DIR = arm
27
28EXPORT_MD_LIST = ${KERNELFILES}
29
30EXPORT_MD_DIR = arm
31
32include $(MakeInc_rule)
33include $(MakeInc_dir)
34
35
36