]> git.saurik.com Git - apple/xnu.git/blob - bsd/ppc/Makefile
xnu-201.42.3.tar.gz
[apple/xnu.git] / bsd / ppc / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 DATAFILES = \
11 cpu.h disklabel.h endian.h exec.h label_t.h param.h profile.h \
12 psl.h ptrace.h reboot.h reg.h setjmp.h signal.h spl.h \
13 table.h types.h user.h vmparam.h
14
15 INSTALL_MD_LIST = ${DATAFILES}
16
17 INSTALL_MD_DIR = ppc
18
19 EXPORT_MD_LIST = ${DATAFILES}
20
21 EXPORT_MD_DIR = ppc
22
23 include $(MakeInc_rule)
24 include $(MakeInc_dir)
25
26