]> git.saurik.com Git - apple/xnu.git/blame - bsd/net/Makefile
xnu-1504.15.3.tar.gz
[apple/xnu.git] / bsd / net / 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
22DATAFILES= \
91447636
A
23 bpf.h dlil.h \
24 ethernet.h if.h if_arp.h \
9bccf70c 25 if_dl.h if_llc.h if_media.h if_mib.h \
d1ecb069 26 if_types.h if_utun.h if_var.h \
91447636
A
27 kext_net.h ndrv.h pfkeyv2.h \
28 route.h
29
30KERNELFILES= \
31 kpi_interface.h kpi_interfacefilter.h kpi_protocol.h \
2d21ac55 32 if_ether.h init.h radix.h
9bccf70c
A
33
34PRIVATE_DATAFILES = \
91447636
A
35 if_atm.h if_vlan_var.h if_ppp.h firewire.h \
36 ppp_defs.h radix.h if_bond_var.h lacp.h ndrv_var.h \
b7266188
A
37 raw_cb.h etherdefs.h iso88025.h if_pflog.h pfvar.h \
38 if_bridgevar.h
91447636
A
39
40PRIVATE_KERNELFILES = ${KERNELFILES} \
2d21ac55 41 bpfdesc.h dlil_pvt.h ppp_comp.h \
91447636 42 zlib.h bpf_compat.h net_osdep.h
1c79356b
A
43
44INSTALL_MI_LIST = ${DATAFILES}
45
46INSTALL_MI_DIR = net
47
91447636 48EXPORT_MI_LIST = ${INSTALL_MI_LIST} ${KERNELFILES}
1c79356b 49
9bccf70c 50EXPORT_MI_DIR = ${INSTALL_MI_DIR}
1c79356b 51
9bccf70c
A
52INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
53
91447636 54INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
1c79356b
A
55
56include $(MakeInc_rule)
57include $(MakeInc_dir)