]> git.saurik.com Git - apple/xnu.git/blame - bsd/miscfs/union/Makefile
xnu-7195.101.1.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
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
1c79356b
A
9DATAFILES = \
10 union.h
11
3e170ce0
A
12KERNELFILES = \
13 ${DATAFILES}
14
1c79356b
A
15INSTALL_MI_LIST = ${DATAFILES}
16
17INSTALL_MI_DIR = miscfs/union
18
3e170ce0 19EXPORT_MI_LIST = ${KERNELFILES}
1c79356b
A
20
21EXPORT_MI_DIR = miscfs/union
22
1c79356b
A
23include $(MakeInc_rule)
24include $(MakeInc_dir)