Module Name:    src
Committed By:   pgoyette
Date:           Sat Dec 10 00:40:27 UTC 2016

Added Files:
        src/sys/modules/spkr_synth: Makefile

Log Message:
Ooopss, missed the Makefile


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/modules/spkr_synth/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/modules/spkr_synth/Makefile
diff -u /dev/null src/sys/modules/spkr_synth/Makefile:1.1
--- /dev/null	Sat Dec 10 00:40:27 2016
+++ src/sys/modules/spkr_synth/Makefile	Sat Dec 10 00:40:27 2016
@@ -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>

Reply via email to