summaryrefslogtreecommitdiffstats
path: root/sys/modules/fs/procfs/Makefile
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/fs/procfs/Makefile
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/fs/procfs/Makefile')
-rw-r--r--sys/modules/fs/procfs/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/modules/fs/procfs/Makefile b/sys/modules/fs/procfs/Makefile
deleted file mode 100644
index ffb2ae7..0000000
--- a/sys/modules/fs/procfs/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../fs/procfs
-
-KMOD= procfs
-SRCS= vnode_if.h \
- procfs_ctl.c \
- procfs_dbregs.c \
- procfs_fpregs.c \
- procfs_ioctl.c \
- procfs_map.c \
- procfs_mem.c \
- procfs_note.c \
- procfs_regs.c \
- procfs_rlimit.c \
- procfs_status.c \
- procfs_type.c \
- procfs.c
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud