Makefile revision 1.1
11.1Sad# $NetBSD: Makefile,v 1.1 2008/05/03 15:58:47 ad Exp $ 21.1Sad 31.1Sad.PATH: ../../fs/cd9660 41.1Sad 51.1SadKMOD= cd9660 61.1SadSRCS= cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \ 71.1Sad cd9660_util.c cd9660_vfsops.c cd9660_vnops.c 81.1Sad 91.1Sad.include <bsd.kmodule.mk> 10