1ccf5ba74SEivind Eklund# $Id: Makefile,v 1.4 1998/02/04 21:56:34 eivind Exp $ 24b1e44f1SGarrett Wollman 34b1e44f1SGarrett Wollman.PATH: ${.CURDIR}/../../sys/isofs/cd9660 44b1e44f1SGarrett WollmanKMOD= cd9660_mod 54b1e44f1SGarrett WollmanSRCS= cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \ 6ccf5ba74SEivind Eklund cd9660_util.c cd9660_vfsops.c cd9660_vnops.c 74b1e44f1SGarrett WollmanNOMAN= 84b1e44f1SGarrett WollmanVFS_LKM= 94b1e44f1SGarrett WollmanCFLAGS+= -DCD9660 104b1e44f1SGarrett Wollman 114b1e44f1SGarrett Wollman.include <bsd.kmod.mk> 12