summaryrefslogtreecommitdiff
path: root/sys/modules/cd9660/Makefile
blob: a3e7e9daa3db0354ee042999e28fc42a8f8a8ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.3 2019/02/17 04:05:44 rin Exp $

.include "../Makefile.inc"

.PATH:	${S}/fs/cd9660

KMOD=	cd9660
SRCS=	cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
	cd9660_util.c cd9660_vfsops.c cd9660_vnops.c

WARNS=	3

.include <bsd.kmodule.mk>