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

Cache object: 51a1d279410842bba582740dbd361455


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