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