]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/Makefile
xnu-6153.61.1.tar.gz
[apple/xnu.git] / bsd / net / Makefile
index 93855776eacead9a8e9055fbf72e2ad2f517e048..fb8e28cd1b5627f4b16cfaea4636abcee7ca7852 100644 (file)
@@ -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 \