]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/bsm/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / bsm / Makefile
... / ...
CommitLineData
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 audit.h audit_domain.h audit_errno.h audit_fcntl.h audit_internal.h \
12 audit_kevents.h audit_record.h audit_socket_type.h
13KERNFILES = \
14 audit.h
15
16INSTALL_MI_LIST = ${DATAFILES}
17
18INSTALL_MI_DIR = bsm
19
20EXPORT_MI_LIST = ${KERNFILES}
21
22EXPORT_MI_DIR = bsm
23
24include $(MakeInc_rule)
25include $(MakeInc_dir)
26
27