X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3e170ce000f1506b7b5d2c5c7faec85ceabb573d..4ba76501152d51ccb5647018f3192c6096367d48:/bsd/net/Makefile diff --git a/bsd/net/Makefile b/bsd/net/Makefile index 93855776e..fb8e28cd1 100644 --- a/bsd/net/Makefile +++ b/bsd/net/Makefile @@ -3,7 +3,6 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir - include $(MakeInc_cmd) include $(MakeInc_def) @@ -26,7 +25,8 @@ DATAFILES= \ kext_net.h \ ndrv.h \ pfkeyv2.h \ - route.h + route.h \ + net_kev.h KERNELFILES= \ kpi_interface.h kpi_interfacefilter.h kpi_protocol.h \ @@ -46,17 +46,20 @@ PRIVATE_DATAFILES = \ if_media.h \ if_mib.h \ if_pflog.h \ + if_ports_used.h \ if_ppp.h \ if_utun.h \ - if_utun_crypto.h \ - if_utun_crypto_ipsec.h \ - if_utun_crypto_dtls.h \ if_var.h \ if_vlan_var.h \ + if_fake_var.h \ + if_6lowpan_var.h \ iptap.h \ lacp.h \ + multi_layer_pkt_log.h \ ndrv_var.h \ necp.h \ + net_api_stats.h \ + net_log_common.h \ netsrc.h \ network_agent.h \ ntstat.h \ @@ -68,7 +71,11 @@ PRIVATE_DATAFILES = \ radix.h \ raw_cb.h \ route.h \ - net_perf.h + net_perf.h \ + net_kev.h \ + sixxlowpan.h \ + frame802154.h \ + nat464_utils.h PRIVATE_KERNELFILES = $(filter-out radix.h,${KERNELFILES}) \ bpfdesc.h ppp_comp.h \