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