]> git.saurik.com Git - apple/xnu.git/blame - bsd/miscfs/Makefile
xnu-792.12.6.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 \
12 fdesc \
13 specfs \
14 union
15
16INSTINC_SUBDIRS_PPC = \
17
18INSTINC_SUBDIRS_I386 = \
19
20EXPINC_SUBDIRS = \
21 devfs \
22 fdesc \
23 specfs \
24 union
25
26EXPINC_SUBDIRS_PPC = \
27
28EXPINC_SUBDIRS_I386 = \
29
30SETUP_SUBDIRS = \
31
32COMP_SUBDIRS = \
33
34INST_SUBDIRS = \
35
36
37include $(MakeInc_rule)
38include $(MakeInc_dir)
39
40