]> git.saurik.com Git - apple/xnu.git/blame - bsd/isofs/Makefile
xnu-123.5.tar.gz
[apple/xnu.git] / bsd / isofs / 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 cd9660
12
13INSTINC_SUBDIRS_PPC = \
14
15INSTINC_SUBDIRS_I386 = \
16
17EXPINC_SUBDIRS = \
18 cd9660
19
20EXPINC_SUBDIRS_PPC = \
21
22EXPINC_SUBDIRS_I386 = \
23
24SETUP_SUBDIRS = \
25
26COMP_SUBDIRS = \
27
28INST_SUBDIRS = \
29
30
31include $(MakeInc_rule)
32include $(MakeInc_dir)
33
34