Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / vfs / procfs / Makefile
1 # $FreeBSD: src/sys/modules/procfs/Makefile,v 1.18 1999/12/12 20:34:10 peter Exp $
2 # $DragonFly: src/sys/vfs/procfs/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../miscfs/procfs
5 KMOD=   procfs
6 SRCS=   vnode_if.h \
7         procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \
8         procfs_status.c procfs_subr.c procfs_type.c procfs_vfsops.c \
9         procfs_vnops.c
10 NOMAN=
11
12 .include <bsd.kmod.mk>