]>
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 | INSTINC_SUBDIRS = \ | |
10 | devfs \ | |
11 | fifofs \ | |
12 | routefs \ | |
13 | specfs \ | |
14 | union \ | |
15 | nullfs \ | |
16 | bindfs | |
17 | ||
18 | EXPINC_SUBDIRS = \ | |
19 | devfs \ | |
20 | fifofs \ | |
21 | routefs \ | |
22 | specfs \ | |
23 | union \ | |
24 | nullfs \ | |
25 | bindfs | |
26 | ||
27 | include $(MakeInc_rule) | |
28 | include $(MakeInc_dir) |