Deleted Added
sdiff udiff text old ( 60966 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/cd9660/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../isofs/cd9660
4
5KMOD= cd9660
6SRCS= 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
9NOMAN=
10
11.include <bsd.kmod.mk>