1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1994-09-21 23:27:16 +00:00
|
|
|
|
2001-05-23 09:42:29 +00:00
|
|
|
.PATH: ${.CURDIR}/../../fs/procfs
|
2001-01-06 14:00:42 +00:00
|
|
|
|
1998-10-16 04:30:52 +00:00
|
|
|
KMOD= procfs
|
1999-12-12 20:34:11 +00:00
|
|
|
SRCS= vnode_if.h \
|
2000-12-09 13:17:35 +00:00
|
|
|
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 \
|
1999-05-04 21:08:58 +00:00
|
|
|
procfs_vnops.c
|
1994-09-21 23:27:16 +00:00
|
|
|
NOMAN=
|
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|