xref: /freebsd/sys/modules/cd9660/Makefile (revision a654d072959982a88cfbd609921641d85a8eb50c)
1a654d072SPeter Wemm#	$Id: Makefile,v 1.5 1998/02/06 23:54:19 eivind Exp $
24b1e44f1SGarrett Wollman
3a654d072SPeter Wemm.PATH:	${.CURDIR}/../../isofs/cd9660
4a654d072SPeter WemmKMOD=	cd9660
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=
8a654d072SPeter WemmVFS_KLD=
94b1e44f1SGarrett WollmanCFLAGS+= -DCD9660
104b1e44f1SGarrett Wollman
114b1e44f1SGarrett Wollman.include <bsd.kmod.mk>
12