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