Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / vfs / isofs / cd9660 / Makefile
1 # $FreeBSD: src/sys/modules/cd9660/Makefile,v 1.9 1999/12/12 20:34:00 peter Exp $
2 # $DragonFly: src/sys/vfs/isofs/cd9660/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../isofs/cd9660
5 KMOD=   cd9660
6 SRCS=   vnode_if.h \
7         cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
8         cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
9 NOMAN=
10
11 .include <bsd.kmod.mk>