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