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.2/sys/modules/netgraph/Makefile 161171 2006-08-10 10:40:45Z 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         tag \
   44         tcpmss \
   45         tee \
   46         tty \
   47         UI \
   48         vjc \
   49         vlan
   50 
   51 .if ${MACHINE_ARCH} == "i386"
   52 _sync_ar=       sync_ar
   53 _sync_sr=       sync_sr
   54 .endif
   55 
   56 .if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
   57 _bluetooth=     bluetooth
   58 .endif
   59 
   60 .if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
   61 _mppc=          mppc
   62 .endif
   63 
   64 .include <bsd.subdir.mk>

Cache object: 0fffe80f14cc002fc7a53409fffd80d0


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