X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d9a64523371fa019c4575bb400cbbc3a50ac9903..4ba76501152d51ccb5647018f3192c6096367d48:/bsd/net/Makefile diff --git a/bsd/net/Makefile b/bsd/net/Makefile index 60c66a58b..fb8e28cd1 100644 --- a/bsd/net/Makefile +++ b/bsd/net/Makefile @@ -52,11 +52,14 @@ PRIVATE_DATAFILES = \ 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 \ @@ -70,6 +73,8 @@ PRIVATE_DATAFILES = \ route.h \ net_perf.h \ net_kev.h \ + sixxlowpan.h \ + frame802154.h \ nat464_utils.h PRIVATE_KERNELFILES = $(filter-out radix.h,${KERNELFILES}) \