]> git.saurik.com Git - apple/xnu.git/blob - bsd/miscfs/Makefile
xnu-6153.141.1.tar.gz
[apple/xnu.git] / bsd / miscfs / Makefile
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
17 EXPINC_SUBDIRS = \
18 devfs \
19 fifofs \
20 routefs \
21 specfs \
22 union \
23 nullfs
24
25 include $(MakeInc_rule)
26 include $(MakeInc_dir)