]>
Commit | Line | Data |
---|---|---|
1c79356b A |
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 | ||
1c79356b A |
6 | include $(MakeInc_cmd) |
7 | include $(MakeInc_def) | |
8 | ||
39037602 | 9 | DATAFILES = |
1c79356b | 10 | |
39037602 | 11 | PRIVATE_KERNELFILES = nullfs.h |
1c79356b | 12 | |
39037602 A |
13 | INSTALL_MI_LIST = |
14 | ||
15 | INSTALL_MI_DIR = miscfs/nullfs | |
16 | ||
17 | EXPORT_MI_LIST = | |
18 | ||
19 | EXPORT_MI_DIR = miscfs/nullfs | |
1c79356b A |
20 | |
21 | include $(MakeInc_rule) | |
22 | include $(MakeInc_dir) |