]> git.saurik.com Git - apple/xnu.git/blame - bsd/ppc/Makefile
xnu-344.32.tar.gz
[apple/xnu.git] / bsd / ppc / 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
10DATAFILES = \
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 \
9bccf70c 13 table.h types.h ucontext.h user.h vmparam.h
1c79356b
A
14
15INSTALL_MD_LIST = ${DATAFILES}
16
17INSTALL_MD_DIR = ppc
18
19EXPORT_MD_LIST = ${DATAFILES}
20
21EXPORT_MD_DIR = ppc
22
23include $(MakeInc_rule)
24include $(MakeInc_dir)
25
26