=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/sndiod/Makefile 2016/01/07 07:41:01 1.5 +++ src/usr.bin/sndiod/Makefile 2020/02/26 13:53:58 1.6 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2016/01/07 07:41:01 ratchov Exp $ +# $OpenBSD: Makefile,v 1.6 2020/02/26 13:53:58 ratchov Exp $ PROG= sndiod -SRCS= abuf.c dev.c dsp.c fdpass.c file.c listen.c midi.c miofile.c \ - opt.c siofile.c sndiod.c sock.c utils.c +SRCS= abuf.c dev.c dev_sioctl.c dsp.c fdpass.c file.c listen.c \ + midi.c miofile.c opt.c siofile.c sndiod.c sock.c utils.c MAN= sndiod.8 CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wundef