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/11.2/sys/modules/netgraph/Makefile 319182 2017-05-30 04:11:12Z ngie $
    3 
    4 SYSDIR?=${SRCTOP}/sys
    5 .include "${SYSDIR}/conf/kern.opts.mk"
    6 
    7 SUBDIR= async \
    8         atm \
    9         atmllc \
   10         ${_bluetooth} \
   11         bpf \
   12         bridge \
   13         car \
   14         cisco \
   15         deflate \
   16         device \
   17         echo \
   18         eiface \
   19         etf \
   20         ether \
   21         ether_echo \
   22         frame_relay \
   23         gif \
   24         gif_demux \
   25         hole \
   26         hub \
   27         iface \
   28         ip_input \
   29         ipfw \
   30         ksocket \
   31         l2tp \
   32         lmi \
   33         ${_mppc} \
   34         nat \
   35         netflow \
   36         netgraph \
   37         one2many \
   38         patch \
   39         pipe \
   40         ppp \
   41         pppoe \
   42         pptpgre \
   43         pred1 \
   44         rfc1490 \
   45         socket \
   46         source \
   47         split \
   48         sppp \
   49         tag \
   50         tcpmss \
   51         tee \
   52         tty \
   53         UI \
   54         vjc \
   55         vlan
   56 
   57 .if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
   58 _bluetooth=     bluetooth
   59 .endif
   60 
   61 .if ${MK_CRYPT} != "no" && exists(${SYSDIR}/crypto/rc4/rc4.c)
   62 _mppc=          mppc
   63 .endif
   64 
   65 .include <bsd.subdir.mk>

Cache object: 5fc0aa71bc6d0dde3ea94292ed936cb0


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