diff options
author | des <des@FreeBSD.org> | 2002-02-04 20:16:50 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-02-04 20:16:50 +0000 |
commit | 451f832b15e0cbdcd136f1c8cbea2496ca4fa965 (patch) | |
tree | d8b8f5c4969bfdcd1c63d6b82b4d52c5aeba8e1d /sys/modules/linprocfs | |
parent | 9db82b109d06220a3a33d70bb08e06f55cdc6f88 (diff) | |
download | FreeBSD-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/linprocfs')
-rw-r--r-- | sys/modules/linprocfs/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile new file mode 100644 index 0000000..d26c40b --- /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> |