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 .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         fec \
   21         frame_relay \
   22         gif \
   23         gif_demux \
   24         hole \
   25         hub \
   26         iface \
   27         ip_input \
   28         ipfw \
   29         ksocket \
   30         l2tp \
   31         lmi \
   32         ${_mppc} \
   33         nat \
   34         netflow \
   35         netgraph \
   36         one2many \
   37         patch \
   38         ppp \
   39         pppoe \
   40         pptpgre \
   41         pred1 \
   42         rfc1490 \
   43         socket \
   44         source \
   45         split \
   46         sppp \
   47         ${_sync_ar} \
   48         ${_sync_sr} \
   49         tag \
   50         tcpmss \
   51         tee \
   52         tty \
   53         UI \
   54         vjc \
   55         vlan
   56 
   57 .if ${MACHINE_ARCH} == "i386"
   58 _sync_ar=       sync_ar
   59 _sync_sr=       sync_sr
   60 .endif
   61 
   62 .if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
   63 _bluetooth=     bluetooth
   64 .endif
   65 
   66 .if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
   67 _mppc=          mppc
   68 .endif
   69 
   70 .include <bsd.subdir.mk>

Cache object: b5fdd7bbac070b5e0e5be6c1695c79d2


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