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/netgraph7/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: src/sys/modules/netgraph/Makefile,v 1.8.2.8 2002/08/20 23:48:15 archie Exp $
    3 
    4 SUBDIR= UI \
    5         async \
    6         atmllc \
    7         bpf \
    8         bridge \
    9         cisco \
   10         deflate \
   11         echo \
   12         etf \
   13         ether \
   14         frame_relay \
   15         hole \
   16         hub \
   17         iface \
   18         ksocket \
   19         l2tp \
   20         lmi \
   21         mppc \
   22         netgraph \
   23         one2many \
   24         ppp \
   25         pppoe \
   26         pptpgre \
   27         rfc1490 \
   28         socket \
   29         tcpmss \
   30         tee \
   31         tty \
   32         vjc
   33 #       eiface \
   34 #       fec \
   35 #       sync_ar \
   36 #       sync_sr \
   37 
   38 .if !defined(NO_CRYPT) && exists(${.CURDIR}/../crypto/rc4/rc4.c)
   39 #SUBDIR+=       mppc
   40 .endif
   41 
   42 .include <bsd.subdir.mk>

Cache object: f6b49aa8259407d8ff8221dcd8c1f878


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