Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2019/02/17 04:06:00 rin Exp $
2
3.include "../Makefile.inc"
4
5CPPFLAGS+= -DVND_COMPRESSION -DCOMPAT_50
6
7.PATH:	${S}/dev
8
9KMOD=	vnd
10IOCONF=	vnd.ioconf
11SRCS=	vnd.c
12
13WARNS=	3
14
15.include <bsd.kmodule.mk>
16