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.20.2.1 2007/10/14 22:09:13 xtraeme Exp $
    2 
    3 INCSDIR= /usr/include/net
    4 
    5 INCS=   bpf.h bpfdesc.h dlt.h ethertypes.h if.h if_arc.h if_arp.h \
    6         if_atm.h if_bridgevar.h if_dl.h if_ether.h if_etherip.h if_fddi.h if_gif.h \
    7         if_gre.h if_hippi.h if_ieee1394.h if_llc.h if_media.h \
    8         if_pflog.h if_ppp.h if_pppoe.h if_sppp.h if_stf.h \
    9         if_tap.h if_token.h if_tun.h if_types.h if_vlanvar.h \
   10         netisr.h pfil.h pfkeyv2.h pfvar.h ppp-comp.h ppp_defs.h radix.h \
   11         raw_cb.h route.h slcompress.h slip.h zlib.h
   12 
   13 .include <bsd.kinc.mk>
   14 
   15 .PATH: ${NETBSDSRCDIR}/sys/dist/pf/net

Cache object: a7b65b4f70c04a9c8a7b9f38670b27cb


[ 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.