]> git.saurik.com Git - apple/xnu.git/blame - bsd/bsm/Makefile
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / bsm / Makefile
CommitLineData
e5568f75
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
10INSTINC_SUBDIRS = \
11
12INSTINC_SUBDIRS_PPC = \
13
14INSTINC_SUBDIRS_I386 = \
15
b0d623f7
A
16INSTINC_SUBDIRS_X86_64 = \
17
e5568f75
A
18EXPINC_SUBDIRS = \
19
20EXPINC_SUBDIRS_PPC = \
21
22EXPINC_SUBDIRS_I386 = \
23
b0d623f7
A
24EXPINC_SUBDIRS_X86_64 = \
25
e5568f75 26DATAFILES = \
b0d623f7
A
27 audit.h audit_domain.h audit_errno.h audit_fcntl.h audit_internal.h \
28 audit_kevents.h audit_record.h audit_socket_type.h
91447636
A
29KERNFILES = \
30 audit.h
31
e5568f75
A
32
33INSTALL_MI_LIST = ${DATAFILES}
34
35INSTALL_MI_DIR = bsm
36
91447636 37EXPORT_MI_LIST = ${KERNFILES}
e5568f75
A
38
39EXPORT_MI_DIR = bsm
40
41include $(MakeInc_rule)
42include $(MakeInc_dir)
43
44