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