]> git.saurik.com Git - apple/xnu.git/blame - bsd/machine/Makefile
xnu-201.42.3.tar.gz
[apple/xnu.git] / bsd / machine / 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
10
11DATAFILES = \
12 ansi.h byte_order.h cons.h cpu.h disklabel.h endian.h exec.h \
13 label_t.h param.h proc.h profile.h psl.h ptrace.h reboot.h \
14 reg.h setjmp.h signal.h spl.h table.h trap.h types.h unix_traps.h \
15 user.h vmparam.h
16
17
18INSTALL_MI_LIST = ${DATAFILES}
19
20INSTALL_MI_DIR = machine
21
22EXPORT_MI_LIST = ${DATAFILES}
23
24EXPORT_MI_DIR = machine
25
26include $(MakeInc_rule)
27include $(MakeInc_dir)
28
29