]> git.saurik.com Git - apple/xnu.git/blob - bsd/security/audit/Makefile
xnu-2422.115.4.tar.gz
[apple/xnu.git] / bsd / security / audit / 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 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 DATAFILES = \
10 audit_ioctl.h
11
12 INSTALL_MI_LIST = ${DATAFILES}
13
14 INSTALL_MI_DIR = security/audit
15
16 INSTALL_KF_MI_LIST = ${DATAFILES}
17
18 EXPORT_MI_LIST = ${DATAFILES} audit.h audit_bsd.h audit_private.h
19
20 EXPORT_MI_DIR = security/audit
21
22 include $(MakeInc_rule)
23 include $(MakeInc_dir)
24
25