]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/Makefile
xnu-3789.31.2.tar.gz
[apple/xnu.git] / bsd / Makefile
... / ...
CommitLineData
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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9INSTINC_SUBDIRS = \
10 bsm \
11 crypto \
12 dev \
13 libkern \
14 machine \
15 miscfs \
16 net \
17 netinet \
18 netinet6 \
19 netkey \
20 nfs \
21 security \
22 sys \
23 uuid \
24 vfs
25
26
27INSTINC_SUBDIRS_X86_64 = \
28 i386 \
29 crypto
30
31INSTINC_SUBDIRS_X86_64H = \
32 i386 \
33 crypto
34
35INSTINC_SUBDIRS_ARM = \
36 arm
37
38INSTINC_SUBDIRS_ARM64 = \
39 arm
40
41EXPINC_SUBDIRS = \
42 bsm \
43 dev \
44 libkern \
45 machine \
46 miscfs \
47 net \
48 netinet \
49 netinet6 \
50 netkey \
51 security \
52 sys \
53 uuid \
54 vfs \
55 vm
56
57
58EXPINC_SUBDIRS_X86_64 = \
59 i386
60
61EXPINC_SUBDIRS_X86_64H = \
62 i386
63
64EXPINC_SUBDIRS_ARM = \
65 arm
66
67EXPINC_SUBDIRS_ARM64 = \
68 arm
69
70COMP_SUBDIRS = \
71 conf
72
73INSTTEXTFILES_SUBDIRS = \
74 dev \
75 man \
76 sys
77
78include $(MakeInc_rule)
79include $(MakeInc_dir)