Ooopss, missed the Makefile

This commit is contained in:
pgoyette 2016-12-10 00:40:27 +00:00
parent 21a19d30ca
commit d77ef3c058

View File

@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2016/12/10 00:40:27 pgoyette Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/isa ${S}/dev
KMOD= spkr_synth
IOCONF= spkr_synth.ioconf
SRCS= spkr.c spkr_synth.c
WARNS= 4
.include <bsd.kmodule.mk>