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