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