Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2016/12/08 21:42:42 nat Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev
6
7KMOD=	spkr
8IOCONF=	spkr.ioconf
9SRCS=	spkr_synth.c
10
11WARNS=	4
12
13.include <bsd.kmodule.mk>
14