From ee1fe204c76372e35fa90aee0c6521a18091a5e8 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 9 Dec 2000 13:17:35 +0000 Subject: Add four missing source files. --- sys/modules/procfs/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'sys/modules/procfs') 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= -- cgit v1.1