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/5.4/sys/modules/netgraph/Makefile 137540 2004-11-10 19:11:13Z glebius $
    3 
    4 SUBDIR= UI \
    5         async \
    6         atm \
    7         ${_bluetooth} \
    8         bpf \
    9         bridge \
   10         cisco \
   11         echo \
   12         eiface \
   13         etf \
   14         ether \
   15         fec \
   16         frame_relay \
   17         gif \
   18         gif_demux \
   19         hole \
   20         hub \
   21         iface \
   22         ip_input \
   23         ksocket \
   24         l2tp \
   25         lmi \
   26         ${_mppc} \
   27         netflow \
   28         netgraph \
   29         one2many \
   30         ppp \
   31         pppoe \
   32         pptpgre \
   33         rfc1490 \
   34         socket \
   35         split \
   36         sppp \
   37         sync_ar \
   38         sync_sr \
   39         tee \
   40         tty \
   41         vjc \
   42         vlan
   43 
   44 .if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
   45 _bluetooth=     bluetooth
   46 .endif
   47 
   48 .if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
   49 _mppc=          mppc
   50 .endif
   51 
   52 .include <bsd.subdir.mk>

Cache object: 7cf236dea77ea5f8fde21d4ba7ec48cd


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