]> git.saurik.com Git - apple/xnu.git/blame - bsd/netat/Makefile
xnu-517.7.7.tar.gz
[apple/xnu.git] / bsd / netat / 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
12INSTINC_SUBDIRS_PPC = \
13
14INSTINC_SUBDIRS_I386 = \
15
16EXPINC_SUBDIRS = \
17
18EXPINC_SUBDIRS_PPC = \
19
20EXPINC_SUBDIRS_I386 = \
21
22SETUP_SUBDIRS = \
23
24COMP_SUBDIRS = \
25
26INST_SUBDIRS = \
27
28DATAFILES = appletalk.h atp.h asp.h at_pcb.h at_var.h aurp.h \
29 debug.h ddp.h ep.h lap.h nbp.h pap.h sysglue.h zip.h \
30 adsp.h adsp_internal.h \
31 at_pat.h at_snmp.h at_aarp.h at_ddp_brt.h \
32 routing_tables.h rtmp.h
33
34INSTALL_MI_LIST = ${DATAFILES}
35
36INSTALL_MI_DIR = netat
37
38EXPORT_MI_LIST = ${DATAFILES}
39
40EXPORT_MI_DIR = netat
41
42include $(MakeInc_rule)
43include $(MakeInc_dir)
44
45