diff options
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r-- | sys/modules/procfs/Makefile | 14 |
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= |