]> git.saurik.com Git - apple/xnu.git/blame - bsd/miscfs/union/Makefile
xnu-2782.10.72.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
13INSTALL_MI_LIST = ${DATAFILES}
14
15INSTALL_MI_DIR = miscfs/union
16
17EXPORT_MI_LIST = ${DATAFILES}
18
19EXPORT_MI_DIR = miscfs/union
20
21
22include $(MakeInc_rule)
23include $(MakeInc_dir)
24
25