]>
Commit | Line | Data |
---|---|---|
1 | export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd | |
2 | export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def | |
3 | export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule | |
4 | export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir | |
5 | ||
6 | include $(MakeInc_cmd) | |
7 | include $(MakeInc_def) | |
8 | ||
9 | DATAFILES = | |
10 | ||
11 | KERNELFILES = \ | |
12 | routefs.h | |
13 | ||
14 | INSTALL_MI_LIST = ${DATAFILES} | |
15 | ||
16 | INSTALL_MI_DIR = miscfs/routefs | |
17 | ||
18 | INSTALL_KF_MI_LIST = ${DATAFILES} | |
19 | ||
20 | INSTALL_KF_MI_LCL_LIST = | |
21 | ||
22 | EXPORT_MI_LIST = | |
23 | ||
24 | EXPORT_MI_DIR = miscfs/routefs | |
25 | ||
26 | include $(MakeInc_rule) | |
27 | include $(MakeInc_dir) |