]> git.saurik.com Git - apple/xnu.git/blame - osfmk/tests/Makefile
xnu-4903.270.47.tar.gz
[apple/xnu.git] / osfmk / tests / Makefile
CommitLineData
d9a64523
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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9EXPORT_FILES = xnupost.h ktest.h
10
11EXPORT_MI_LIST = ${EXPORT_FILES}
12
13EXPORT_MI_DIR = tests
14
15INSTALL_KF_MI_LCL_LIST =
16INSTALL_KF_MI_LIST =
17
18include $(MakeInc_rule)
19include $(MakeInc_dir)