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$
    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         checksum \
   15         cisco \
   16         deflate \
   17         device \
   18         echo \
   19         eiface \
   20         etf \
   21         ether \
   22         ether_echo \
   23         frame_relay \
   24         gif \
   25         gif_demux \
   26         hole \
   27         hub \
   28         iface \
   29         ip_input \
   30         ipfw \
   31         ksocket \
   32         l2tp \
   33         lmi \
   34         macfilter \
   35         ${_mppc} \
   36         nat \
   37         netflow \
   38         netgraph \
   39         one2many \
   40         patch \
   41         pipe \
   42         ppp \
   43         pppoe \
   44         pptpgre \
   45         pred1 \
   46         rfc1490 \
   47         socket \
   48         source \
   49         split \
   50         tag \
   51         tcpmss \
   52         tee \
   53         tty \
   54         UI \
   55         vjc \
   56         vlan \
   57         vlan_rotate
   58 
   59 .if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
   60 _bluetooth=     bluetooth
   61 .endif
   62 
   63 .if ${MK_CRYPT} != "no" && exists(${SYSDIR}/crypto/rc4/rc4.c)
   64 _mppc=          mppc
   65 .endif
   66 
   67 .include <bsd.subdir.mk>

Cache object: 89d33cd2b5a8f4c98414214e5ab40e32


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