Module Name: src
Committed By: nat
Date: Sat Dec 10 05:09:10 UTC 2016
Modified Files:
src/sys/modules/spkr_synth: Makefile
Log Message:
Need to include audiobell.c
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.
Modified files:
Index: src/sys/modules/spkr_synth/Makefile
diff -u src/sys/modules/spkr_synth/Makefile:1.1 src/sys/modules/spkr_synth/Makefile:1.2
--- src/sys/modules/spkr_synth/Makefile:1.1 Sat Dec 10 00:40:27 2016
+++ src/sys/modules/spkr_synth/Makefile Sat Dec 10 05:09:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/12/10 00:40:27 pgoyette Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/10 05:09:10 nat Exp $
.include "../Makefile.inc"
@@ -6,7 +6,7 @@
KMOD= spkr_synth
IOCONF= spkr_synth.ioconf
-SRCS= spkr.c spkr_synth.c
+SRCS= audiobell.c spkr.c spkr_synth.c
WARNS= 4