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