Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / vfs / nullfs / Makefile
1 # $FreeBSD: src/sys/modules/nullfs/Makefile,v 1.10 1999/12/12 16:47:29 peter Exp $
2 # $DragonFly: src/sys/vfs/nullfs/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../miscfs/nullfs
5 KMOD=   null
6 SRCS=   vnode_if.h \
7         null_subr.c null_vfsops.c null_vnops.c
8 NOMAN=
9
10 .include <bsd.kmod.mk>