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/procfs/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 # $FreeBSD$
    2 
    3 .PATH: ${SRCTOP}/sys/fs/procfs
    4 
    5 KMOD=           procfs
    6 SRCS=
    7 SRCS+=          vnode_if.h
    8 SRCS+=          procfs_dbregs.c
    9 SRCS+=          procfs_fpregs.c
   10 SRCS+=          procfs_map.c
   11 SRCS+=          procfs_mem.c
   12 SRCS+=          procfs_note.c
   13 SRCS+=          procfs_osrel.c
   14 SRCS+=          procfs_regs.c
   15 SRCS+=          procfs_rlimit.c
   16 SRCS+=          procfs_status.c
   17 SRCS+=          procfs_type.c
   18 SRCS+=          procfs.c
   19 
   20 EXPORT_SYMS=
   21 EXPORT_SYMS+=   procfs_candebug
   22 EXPORT_SYMS+=   procfs_docurproc
   23 EXPORT_SYMS+=   procfs_doprocfile
   24 EXPORT_SYMS+=   procfs_doprocmem
   25 EXPORT_SYMS+=   procfs_notsystem
   26 EXPORT_SYMS+=   procfs_attr_rw
   27 
   28 .include <bsd.kmod.mk>

Cache object: 5c8ba3c4436ec950ebeccc3882d3f233


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