]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/miscfs/fifofs/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / miscfs / fifofs / Makefile
... / ...
CommitLineData
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
10INSTINC_SUBDIRS = \
11
12INSTINC_SUBDIRS_I386 = \
13
14EXPINC_SUBDIRS = \
15
16EXPINC_SUBDIRS_I386 = \
17
18DATAFILES = \
19 fifo.h
20
21EXPORT_MI_LIST = ${DATAFILES}
22
23EXPORT_MI_DIR = miscfs/fifofs
24
25include $(MakeInc_rule)
26include $(MakeInc_dir)
27
28