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