14b1e44f1SGarrett Wollman# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman 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 \ 64b1e44f1SGarrett Wollman 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