summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-12-09 13:17:35 +0000
committerdes <des@FreeBSD.org>2000-12-09 13:17:35 +0000
commitee1fe204c76372e35fa90aee0c6521a18091a5e8 (patch)
treeb755a7ca846fc8abfe7ae75b370062bba5bdbdb0 /sys/modules/procfs
parente5081ac94ed8c3c591f396b6a5daf5218c3f2043 (diff)
downloadFreeBSD-src-ee1fe204c76372e35fa90aee0c6521a18091a5e8.zip
FreeBSD-src-ee1fe204c76372e35fa90aee0c6521a18091a5e8.tar.gz
Add four missing source files.
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 28d8990..902aa66 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -3,8 +3,18 @@
.PATH: ${.CURDIR}/../../miscfs/procfs
KMOD= procfs
SRCS= vnode_if.h \
- procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \
- procfs_status.c procfs_subr.c procfs_type.c procfs_vfsops.c \
+ procfs_ctl.c \
+ procfs_dbregs.c \
+ procfs_fpregs.c \
+ procfs_map.c \
+ procfs_mem.c \
+ procfs_note.c \
+ procfs_regs.c \
+ procfs_rlimit.c \
+ procfs_status.c \
+ procfs_subr.c \
+ procfs_type.c \
+ procfs_vfsops.c \
procfs_vnops.c
NOMAN=
OpenPOWER on IntegriCloud