]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / net / Makefile
index 5a186e2b67f293f3983e9d7f4ef3e1b8c7aae800..fba2de7046b7b0eafd2f70c5ea6c24c163574a74 100644 (file)
@@ -10,19 +10,12 @@ include $(MakeInc_def)
 INSTINC_SUBDIRS = \
        altq classq pktsched
 
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
-       altq classq pktsched
-
-EXPINC_SUBDIRS_I386 = \
-
 DATAFILES= \
        bpf.h dlil.h \
        ethernet.h if.h if_arp.h \
        if_dl.h if_llc.h if_media.h if_mib.h \
        if_types.h if_var.h \
-       if_utun.h if_utun_crypto.h if_utun_crypto_ipsec.h \
+       if_utun.h \
        kext_net.h ndrv.h pfkeyv2.h \
        route.h
 
@@ -33,13 +26,15 @@ KERNELFILES= \
 PRIVATE_DATAFILES = \
        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 iso88025.h if_pflog.h pfvar.h \
-       if_bridgevar.h ntstat.h iptap.h if_llreach.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 \
 
-PRIVATE_KERNELFILES = ${KERNELFILES} \
+PRIVATE_KERNELFILES = $(filter-out radix.h,${KERNELFILES}) \
        bpfdesc.h ppp_comp.h \
        zlib.h bpf_compat.h net_osdep.h \
-       ntstat.h iptap.h if_llreach.h flowadv.h
+       flowadv.h
 
 INSTALL_MI_LIST        = ${DATAFILES}