]> git.saurik.com Git - apple/xnu.git/blame - bsd/miscfs/Makefile
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / miscfs / Makefile
CommitLineData
1c79356b
A
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
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9INSTINC_SUBDIRS = \
10 devfs \
b0d623f7 11 fifofs \
490019cf 12 routefs \
1c79356b 13 specfs \
39037602 14 union \
f427ee49
A
15 nullfs \
16 bindfs
1c79356b 17
1c79356b
A
18EXPINC_SUBDIRS = \
19 devfs \
b0d623f7 20 fifofs \
490019cf 21 routefs \
39236c6e 22 specfs \
39037602 23 union \
f427ee49
A
24 nullfs \
25 bindfs
1c79356b
A
26
27include $(MakeInc_rule)
28include $(MakeInc_dir)