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.3/sys/modules/netgraph/Makefile 131768 2004-07-07 22:48:30Z emax $
    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         netgraph \
   28         one2many \
   29         ppp \
   30         pppoe \
   31         pptpgre \
   32         rfc1490 \
   33         socket \
   34         split \
   35         sppp \
   36         sync_ar \
   37         sync_sr \
   38         tee \
   39         tty \
   40         vjc \
   41         vlan
   42 
   43 .if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
   44 _bluetooth=     bluetooth
   45 .endif
   46 
   47 .if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
   48 _mppc=          mppc
   49 .endif
   50 
   51 .include <bsd.subdir.mk>

Cache object: 3a1d4093a661f1edb268c878e8843757


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