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.0/sys/modules/netgraph/Makefile 107125 2002-11-21 00:40:11Z julian $
    3 
    4 SUBDIR= UI \
    5         async \
    6         bpf \
    7         bridge \
    8         cisco \
    9         echo \
   10         eiface \
   11         etf \
   12         ether \
   13         frame_relay \
   14         gif \
   15         gif_demux \
   16         hole \
   17         iface \
   18         ip_input \
   19         ksocket \
   20         l2tp \
   21         lmi \
   22         netgraph \
   23         one2many \
   24         ppp \
   25         pppoe \
   26         pptpgre \
   27         rfc1490 \
   28         socket \
   29         split \
   30         sync_ar \
   31         sync_sr \
   32         tee \
   33         tty \
   34         vjc
   35 
   36 .if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
   37 SUBDIR+=        mppc
   38 .endif
   39 
   40 .if ${MACHINE_ARCH} == "i386"
   41 # Things that don't compile on alpha or are aout specific:
   42 SUBDIR+= bluetooth
   43 .endif
   44 
   45 .include <bsd.subdir.mk>

Cache object: 9973f4d70253703aac441cca7d53e1b5


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