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
10INSTINC_SUBDIRS = \
11	machine
12INSTINC_SUBDIRS_X86_64 = \
13	i386
14INSTINC_SUBDIRS_X86_64H = \
15	i386
16INSTINC_SUBDIRS_ARM = \
17	arm
18
19EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
20EXPINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS_X86_64}
21EXPINC_SUBDIRS_X86_64H = ${INSTINC_SUBDIRS_X86_64H}
22EXPINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS_ARM}
23
24DATAFILES = \
25        boot.h \
26	protos.h \
27	pexpert.h
28
29INSTALL_MI_LIST	= ${DATAFILES}
30
31INSTALL_MI_DIR = pexpert
32
33EXPORT_MI_LIST	= ${DATAFILES} \
34		    device_tree.h
35
36EXPORT_MI_DIR = pexpert
37
38
39include $(MakeInc_rule)
40include $(MakeInc_dir)
41
42
43