]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/net/Makefile
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / net / Makefile
... / ...
CommitLineData
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= \
23 bpf.h dlil.h \
24 ethernet.h if.h if_arp.h \
25 if_dl.h if_llc.h if_media.h if_mib.h \
26 if_types.h if_var.h \
27 kext_net.h ndrv.h pfkeyv2.h \
28 route.h
29
30KERNELFILES= \
31 kpi_interface.h kpi_interfacefilter.h kpi_protocol.h \
32 if_ether.h init.h
33
34PRIVATE_DATAFILES = \
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 \
37 raw_cb.h etherdefs.h iso88025.h
38
39PRIVATE_KERNELFILES = ${KERNELFILES} \
40 bpfdesc.h dlil_pvt.h if_faith.h ppp_comp.h \
41 zlib.h bpf_compat.h net_osdep.h
42
43INSTALL_MI_LIST = ${DATAFILES}
44
45INSTALL_MI_DIR = net
46
47EXPORT_MI_LIST = ${INSTALL_MI_LIST} ${KERNELFILES}
48
49EXPORT_MI_DIR = ${INSTALL_MI_DIR}
50
51INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
52
53INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
54
55include $(MakeInc_rule)
56include $(MakeInc_dir)