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/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 # $NetBSD: Makefile,v 1.10 2008/09/23 07:56:59 hannken Exp $
    2 
    3 SUBDIR=         miniroot
    4 SUBDIR+=        fss
    5 SUBDIR+=        putter
    6 
    7 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
    8 SUBDIR+=        azalia drm i915drm
    9 .endif
   10 .if ${MACHINE} == "i386"
   11 SUBDIR+=        radeondrm
   12 .endif
   13 
   14 # file systems
   15 SUBDIR+=        adosfs
   16 SUBDIR+=        cd9660
   17 SUBDIR+=        coda
   18 SUBDIR+=        coda5
   19 SUBDIR+=        efs
   20 SUBDIR+=        ext2fs
   21 SUBDIR+=        fdesc
   22 SUBDIR+=        ffs
   23 SUBDIR+=        filecorefs
   24 SUBDIR+=        hfs
   25 SUBDIR+=        kernfs
   26 SUBDIR+=        lfs
   27 SUBDIR+=        mfs
   28 SUBDIR+=        msdosfs
   29 SUBDIR+=        ntfs
   30 SUBDIR+=        nullfs
   31 SUBDIR+=        overlay
   32 SUBDIR+=        portal
   33 SUBDIR+=        procfs
   34 SUBDIR+=        ptyfs
   35 SUBDIR+=        puffs
   36 SUBDIR+=        smbfs
   37 SUBDIR+=        tmpfs
   38 SUBDIR+=        udf
   39 SUBDIR+=        umapfs
   40 SUBDIR+=        union
   41 .if (defined(NOTYET))
   42 SUBDIR+=        unionfs
   43 .endif
   44 
   45 .include <bsd.subdir.mk>

Cache object: f6fb934ef03f9c6675ae979e02ccde50


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