]> git.saurik.com Git - apple/xnu.git/blame - bsd/Makefile
xnu-1486.2.11.tar.gz
[apple/xnu.git] / bsd / 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 = \
e5568f75 11 bsm \
1c79356b
A
12 crypto \
13 dev \
14 hfs \
1c79356b
A
15 libkern \
16 machine \
17 miscfs \
18 net \
19 netat \
1c79356b
A
20 netinet \
21 netinet6 \
1c79356b 22 netkey \
1c79356b 23 nfs \
b0d623f7 24 security \
1c79356b 25 sys \
91447636 26 uuid \
1c79356b
A
27 vfs
28
29INSTINC_SUBDIRS_PPC = \
30 ppc
31
32INSTINC_SUBDIRS_I386 = \
33 i386
34
b0d623f7
A
35INSTINC_SUBDIRS_X86_64 = \
36 i386
37
2d21ac55
A
38INSTINC_SUBDIRS_ARM = \
39 arm
40
1c79356b 41EXPINC_SUBDIRS = \
e5568f75 42 bsm \
1c79356b
A
43 crypto \
44 dev \
45 hfs \
1c79356b
A
46 libkern \
47 machine \
48 miscfs \
49 net \
50 netat \
1c79356b
A
51 netinet \
52 netinet6 \
1c79356b 53 netkey \
1c79356b 54 nfs \
b0d623f7 55 security \
1c79356b 56 sys \
91447636 57 uuid \
1c79356b
A
58 vfs \
59 vm
60
61EXPINC_SUBDIRS_PPC = \
62 ppc
63
64EXPINC_SUBDIRS_I386 = \
65 i386
66
b0d623f7
A
67EXPINC_SUBDIRS_X86_64 = \
68 i386
69
2d21ac55
A
70EXPINC_SUBDIRS_ARM = \
71 arm
72
1c79356b
A
73SETUP_SUBDIRS = \
74 conf
75
76COMP_SUBDIRS = \
77 conf
78
79INST_SUBDIRS = \
80
9bccf70c
A
81INSTMAN_SUBDIRS = \
82 man
1c79356b
A
83
84include $(MakeInc_rule)
85include $(MakeInc_dir)