]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/Makefile
xnu-2782.1.97.tar.gz
[apple/xnu.git] / bsd / net / Makefile
index 946c7517aa498f55e81a73721833dcc5c74fffae..bdb100c29f29e9c7bef4746c4301b4b326ba184b 100644 (file)
@@ -8,41 +8,45 @@ include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
-
-EXPINC_SUBDIRS_PPC = \
-
-EXPINC_SUBDIRS_I386 = \
+       altq classq pktsched
 
 DATAFILES= \
-       bpf.h bpf_compat.h bpfdesc.h dlil.h dlil_pvt.h \
-       etherdefs.h ethernet.h if.h if_arp.h \
+       bpf.h dlil.h \
+       ethernet.h if.h if_arp.h \
        if_dl.h if_llc.h if_media.h if_mib.h \
-       if_ppp.h if_slvar.h \
-       if_types.h if_var.h iso88025.h \
-       kext_net.h ndrv.h net_osdep.h netisr.h pfkeyv2.h \
-       ppp_defs.h radix.h raw_cb.h route.h slcompress.h slip.h
+       if_types.h if_var.h \
+       if_utun.h \
+       kext_net.h ndrv.h pfkeyv2.h \
+       route.h
+
+KERNELFILES= \
+       kpi_interface.h kpi_interfacefilter.h kpi_protocol.h \
+       if_ether.h init.h radix.h
 
 PRIVATE_DATAFILES = \
-       ndrv_var.h zlib.h if_pppvar.h if_sppp.h ppp_comp.h if_atm.h \
-       if_tun.h if_vlan_var.h
+       if_vlan_var.h if_ppp.h firewire.h \
+       ppp_defs.h radix.h if_bond_var.h if_bond_internal.h lacp.h ndrv_var.h \
+       netsrc.h raw_cb.h etherdefs.h if_pflog.h pfvar.h \
+       if_bridgevar.h ntstat.h iptap.h if_llreach.h \
+       if_utun_crypto.h if_utun_crypto_ipsec.h if_utun_crypto_dtls.h \
+       pktap.h if_ipsec.h necp.h content_filter.h packet_mangler.h
+
+PRIVATE_KERNELFILES = $(filter-out radix.h,${KERNELFILES}) \
+       bpfdesc.h ppp_comp.h \
+       zlib.h bpf_compat.h net_osdep.h \
+       flowadv.h
 
 INSTALL_MI_LIST        = ${DATAFILES}
 
 INSTALL_MI_DIR = net
 
-EXPORT_MI_LIST = ${INSTALL_MI_LIST}
+EXPORT_MI_LIST = ${INSTALL_MI_LIST} ${KERNELFILES}
 
 EXPORT_MI_DIR = ${INSTALL_MI_DIR}
 
 INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
 
-INSTALL_MI_LCL_KERN_LIST = ${PRIVATE_DATAFILES}
+INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)