summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-02-04 20:16:50 +0000
committerdes <des@FreeBSD.org>2002-02-04 20:16:50 +0000
commit451f832b15e0cbdcd136f1c8cbea2496ca4fa965 (patch)
treed8b8f5c4969bfdcd1c63d6b82b4d52c5aeba8e1d /sys/modules/procfs
parent9db82b109d06220a3a33d70bb08e06f55cdc6f88 (diff)
downloadFreeBSD-src-451f832b15e0cbdcd136f1c8cbea2496ca4fa965.zip
FreeBSD-src-451f832b15e0cbdcd136f1c8cbea2496ca4fa965.tar.gz
Move the pseudofs, procfs and linprocfs modules out from the fs directory.
Keeping them there seemed like a good idea at the time, but it annoys bde and confuses people who do not understand how MODULES_OVERRIDE works.
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
new file mode 100644
index 0000000..75e23a0
--- /dev/null
+++ b/sys/modules/procfs/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../fs/procfs
+
+KMOD= procfs
+SRCS=
+SRCS+= vnode_if.h
+SRCS+= procfs_ctl.c
+SRCS+= procfs_dbregs.c
+SRCS+= procfs_fpregs.c
+SRCS+= procfs_ioctl.c
+SRCS+= procfs_map.c
+SRCS+= procfs_mem.c
+SRCS+= procfs_note.c
+SRCS+= procfs_regs.c
+SRCS+= procfs_rlimit.c
+SRCS+= procfs_status.c
+SRCS+= procfs_type.c
+SRCS+= procfs.c
+
+EXPORT_SYMS=
+EXPORT_SYMS+= procfs_attr
+EXPORT_SYMS+= procfs_candebug
+EXPORT_SYMS+= procfs_docurproc
+EXPORT_SYMS+= procfs_doprocfile
+EXPORT_SYMS+= procfs_doprocmem
+EXPORT_SYMS+= procfs_notsystem
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud