]> git.saurik.com Git - apple/xnu.git/blame_incremental - security/conf/tools/Makefile
xnu-1228.3.13.tar.gz
[apple/xnu.git] / security / conf / tools / 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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10SETUP_SUBDIRS = \
11 doconf \
12 newvers
13
14COMP_SUBDIRS = \
15 doconf \
16 newvers
17
18INST_SUBDIRS = \
19
20
21setup_build_all:
22
23do_build_all:
24
25setup_build_install:
26
27do_build_install:
28
29include $(MakeInc_rule)
30include $(MakeInc_dir)
31
32