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

Cache object: cb92084a05f70b466d85826911703d26


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