X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/bd504ef0e0b883cdd7917b73b3574eb9ce669905..39236c6e673c41db228275375ab7fdb0f837b292:/bsd/net/Makefile diff --git a/bsd/net/Makefile b/bsd/net/Makefile index 5a186e2b6..fba2de704 100644 --- a/bsd/net/Makefile +++ b/bsd/net/Makefile @@ -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}