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/modules/netgraph/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 # $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
    2 # $FreeBSD: releng/6.1/sys/modules/netgraph/Makefile 147232 2005-06-10 08:05:13Z glebius $
    3 
    4 SUBDIR= async \
    5         atm \
    6         atmllc \
    7         ${_bluetooth} \
    8         bpf \
    9         bridge \
   10         cisco \
   11         device \
   12         echo \
   13         eiface \
   14         etf \
   15         ether \
   16         fec \
   17         frame_relay \
   18         gif \
   19         gif_demux \
   20         hole \
   21         hub \
   22         iface \
   23         ip_input \
   24         ipfw \
   25         ksocket \
   26         l2tp \
   27         lmi \
   28         ${_mppc} \
   29         nat \
   30         netflow \
   31         netgraph \
   32         one2many \
   33         ppp \
   34         pppoe \
   35         pptpgre \
   36         rfc1490 \
   37         socket \
   38         source \
   39         split \
   40         sppp \
   41         ${_sync_ar} \
   42         ${_sync_sr} \
   43         tcpmss \
   44         tee \
   45         tty \
   46         UI \
   47         vjc \
   48         vlan
   49 
   50 .if ${MACHINE_ARCH} == "i386"
   51 _sync_ar=       sync_ar
   52 _sync_sr=       sync_sr
   53 .endif
   54 
   55 .if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
   56 _bluetooth=     bluetooth
   57 .endif
   58 
   59 .if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
   60 _mppc=          mppc
   61 .endif
   62 
   63 .include <bsd.subdir.mk>

Cache object: 15294a69f6f89f14ec1cfa21e1e96900


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