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: releng/5.0/sys/modules/procfs/Makefile 105988 2002-10-26 14:38:24Z rwatson $
    2 
    3 .PATH: ${.CURDIR}/../../fs/procfs
    4 
    5 KMOD=           procfs
    6 SRCS=
    7 SRCS+=          vnode_if.h
    8 SRCS+=          procfs_ctl.c
    9 SRCS+=          procfs_dbregs.c
   10 SRCS+=          procfs_fpregs.c
   11 SRCS+=          procfs_ioctl.c
   12 SRCS+=          procfs_map.c
   13 SRCS+=          procfs_mem.c
   14 SRCS+=          procfs_note.c
   15 SRCS+=          procfs_regs.c
   16 SRCS+=          procfs_rlimit.c
   17 SRCS+=          procfs_status.c
   18 SRCS+=          procfs_type.c
   19 SRCS+=          procfs.c
   20 
   21 EXPORT_SYMS=
   22 EXPORT_SYMS+=   procfs_attr
   23 EXPORT_SYMS+=   procfs_candebug
   24 EXPORT_SYMS+=   procfs_docurproc
   25 EXPORT_SYMS+=   procfs_doprocfile
   26 EXPORT_SYMS+=   procfs_doprocmem
   27 EXPORT_SYMS+=   procfs_notsystem
   28 
   29 .include <bsd.kmod.mk>

Cache object: e578ebd79da746ac8f35ca08d912e5a2


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