]> git.saurik.com Git - apple/xnu.git/blame - bsd/miscfs/nullfs/Makefile
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / miscfs / nullfs / 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
39037602 9DATAFILES =
1c79356b 10
39037602 11PRIVATE_KERNELFILES = nullfs.h
1c79356b 12
39037602
A
13INSTALL_MI_LIST =
14
15INSTALL_MI_DIR = miscfs/nullfs
16
17EXPORT_MI_LIST =
18
19EXPORT_MI_DIR = miscfs/nullfs
1c79356b
A
20
21include $(MakeInc_rule)
22include $(MakeInc_dir)