Add four missing source files.
This commit is contained in:
parent
e5081ac94e
commit
ee1fe204c7
@ -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=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user