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

Cache object: 6308b2a1e25b3ad95eea54dfa77eed82


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