]> git.saurik.com Git - apple/xnu.git/blame - bsd/miscfs/Makefile
xnu-6153.61.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
A
14 union \
15 nullfs
1c79356b 16
1c79356b
A
17EXPINC_SUBDIRS = \
18 devfs \
b0d623f7 19 fifofs \
490019cf 20 routefs \
39236c6e 21 specfs \
39037602
A
22 union \
23 nullfs
1c79356b
A
24
25include $(MakeInc_rule)
26include $(MakeInc_dir)