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

Cache object: 422bb927a11bdcbcde91d18214128962


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