summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libsndio/Makefile4
-rw-r--r--usr.bin/aucat/Makefile4
-rw-r--r--usr.bin/sndiod/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libsndio/Makefile b/lib/libsndio/Makefile
index 31940e2de45..87f1b5aa3f5 100644
--- a/lib/libsndio/Makefile
+++ b/lib/libsndio/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.10 2013/11/19 07:24:57 ratchov Exp $
+# $OpenBSD: Makefile,v 1.11 2013/11/21 08:15:46 ratchov Exp $
LIB= sndio
MAN= sio_open.3 mio_open.3 sndio.7
SRCS= debug.c aucat.c sio_aucat.c sio_sun.c sio.c \
mio_rmidi.c mio_aucat.c mio.c
CFLAGS+=-DDEBUG
-COPTS+= -Wall -Wstrict-prototypes -Wpointer-arith -Wundef
+COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wundef
MLINKS = \
sio_open.3 sio_close.3 \
diff --git a/usr.bin/aucat/Makefile b/usr.bin/aucat/Makefile
index c3588efd647..2d35539aa2a 100644
--- a/usr.bin/aucat/Makefile
+++ b/usr.bin/aucat/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.20 2013/11/19 07:24:57 ratchov Exp $
+# $OpenBSD: Makefile,v 1.21 2013/11/21 08:15:46 ratchov Exp $
PROG= aucat
SRCS= aucat.c abuf.c aparams.c aproc.c dev.c midi.c file.c headers.c \
siofile.c miofile.c pipe.c wav.c dbg.c
MAN= aucat.1
CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio
-COPTS+= -Wall -Wstrict-prototypes -Wpointer-arith -Wundef
+COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wundef
LDADD+= -lsndio
.include <bsd.prog.mk>
diff --git a/usr.bin/sndiod/Makefile b/usr.bin/sndiod/Makefile
index bf85ceb0226..611075916f4 100644
--- a/usr.bin/sndiod/Makefile
+++ b/usr.bin/sndiod/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2013/11/19 07:24:57 ratchov Exp $
+# $OpenBSD: Makefile,v 1.3 2013/11/21 08:15:46 ratchov Exp $
PROG= sndiod
SRCS= abuf.c dev.c dsp.c file.c listen.c midi.c miofile.c \
opt.c siofile.c sndiod.c sock.c utils.c
MAN= sndiod.1
CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio
-COPTS+= -Wall -Wstrict-prototypes -Wpointer-arith -Wundef
+COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wundef
LDADD+= -lsndio
.include <bsd.prog.mk>