]> git.saurik.com Git - apple/xnu.git/blame - bsd/net/Makefile
xnu-2050.7.9.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 = \
316670eb 11 altq classq pktsched
1c79356b 12
1c79356b
A
13INSTINC_SUBDIRS_I386 = \
14
15EXPINC_SUBDIRS = \
316670eb 16 altq classq pktsched
1c79356b 17
1c79356b
A
18EXPINC_SUBDIRS_I386 = \
19
20DATAFILES= \
91447636
A
21 bpf.h dlil.h \
22 ethernet.h if.h if_arp.h \
9bccf70c 23 if_dl.h if_llc.h if_media.h if_mib.h \
316670eb
A
24 if_types.h if_var.h \
25 if_utun.h if_utun_crypto.h if_utun_crypto_ipsec.h \
91447636
A
26 kext_net.h ndrv.h pfkeyv2.h \
27 route.h
28
29KERNELFILES= \
30 kpi_interface.h kpi_interfacefilter.h kpi_protocol.h \
2d21ac55 31 if_ether.h init.h radix.h
9bccf70c
A
32
33PRIVATE_DATAFILES = \
6d2010ae 34 if_vlan_var.h if_ppp.h firewire.h \
316670eb 35 ppp_defs.h radix.h if_bond_var.h if_bond_internal.h lacp.h ndrv_var.h \
6d2010ae 36 netsrc.h raw_cb.h etherdefs.h iso88025.h if_pflog.h pfvar.h \
316670eb 37 if_bridgevar.h ntstat.h iptap.h if_llreach.h
91447636
A
38
39PRIVATE_KERNELFILES = ${KERNELFILES} \
316670eb 40 bpfdesc.h ppp_comp.h \
6d2010ae 41 zlib.h bpf_compat.h net_osdep.h \
316670eb 42 ntstat.h iptap.h if_llreach.h flowadv.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)