]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/dev/Makefile
xnu-201.tar.gz
[apple/xnu.git] / bsd / dev / 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
10INSTINC_SUBDIRS = \
11 random
12
13INSTINC_SUBDIRS_PPC = \
14
15INSTINC_SUBDIRS_I386 = \
16
17EXPINC_SUBDIRS = \
18
19EXPINC_SUBDIRS_PPC = \
20
21EXPINC_SUBDIRS_I386 = \
22
23DATAFILES = \
24 disk.h disk_label.h kmreg_com.h
25
26INSTALL_MI_LIST = ${DATAFILES}
27
28INSTALL_MI_DIR = dev
29
30EXPORT_MI_LIST = ${DATAFILES}
31
32EXPORT_MI_DIR = dev
33
34
35include $(MakeInc_rule)
36include $(MakeInc_dir)
37
38