The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/net/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: Makefile,v 1.46 2022/09/03 02:47:59 thorpej Exp $
    2 
    3 INCSDIR= /usr/include/net
    4 
    5 INCS=   bpf.h bpfjit.h bpfdesc.h dlt.h ethertypes.h if.h if_arc.h if_arp.h \
    6         if_bridgevar.h if_dl.h if_ether.h if_gif.h \
    7         if_gre.h if_ieee1394.h if_ipsec.h if_llc.h if_media.h if_mpls.h \
    8         if_pflog.h if_ppp.h if_pppoe.h if_l2tp.h if_sppp.h if_srt.h if_stats.h \
    9         if_stf.h if_tap.h if_tun.h if_types.h if_vlanvar.h if_wg.h \
   10         nd.h net_stats.h \
   11         pfil.h pfkeyv2.h pfvar.h ppp-comp.h ppp_defs.h radix.h \
   12         raw_cb.h route.h slcompress.h slip.h zlib.h
   13 
   14 SUBDIR= agr npf lagg
   15 
   16 .include <bsd.kinc.mk>
   17 
   18 .PATH: ${NETBSDSRCDIR}/sys/dist/pf/net

Cache object: 8e2d043043712d3e534372cdad29d2f3


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.