aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linprocfs
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-02-04 20:16:50 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-02-04 20:16:50 +0000
commit3fd18735a4975d99908822d60291f410de46aaf6 (patch)
treed8b8f5c4969bfdcd1c63d6b82b4d52c5aeba8e1d /sys/modules/linprocfs
parent825830b9c01f0cb41e8afad435881bdd4cf749c2 (diff)
downloadsrc-3fd18735a4975d99908822d60291f410de46aaf6.tar.gz
src-3fd18735a4975d99908822d60291f410de46aaf6.zip
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.
Notes
Notes: svn path=/head/; revision=90223
Diffstat (limited to 'sys/modules/linprocfs')
-rw-r--r--sys/modules/linprocfs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile
new file mode 100644
index 000000000000..d26c40b8e06f
--- /dev/null
+++ b/sys/modules/linprocfs/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../compat/linprocfs
+
+KMOD= linprocfs
+SRCS= vnode_if.h \
+ opt_linux.h \
+ linprocfs.c
+
+.include <bsd.kmod.mk>