Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2017/06/01 09:58:27 pgoyette Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev
6
7KMOD=	sequencer
8IOCONF=	sequencer.ioconf
9SRCS=	sequencer.c
10
11CPPFLAGS+=	-DNSEQUENCER=1 -DNMIDI=1
12
13# Rather than our usual WARNS=4, we need to use 3, since there are a
14# lot of signed-vs-unsigned compares
15
16WARNS=  3
17
18.include <bsd.kmodule.mk>
19