Initial import from FreeBSD RELENG_4:
[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
3 .PATH:  ${.CURDIR}/../../isofs/cd9660
4 KMOD=   cd9660
5 SRCS=   vnode_if.h \
6         cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
7         cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
8 NOMAN=
9
10 .include <bsd.kmod.mk>