diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-10-17 21:09:12 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-10-17 21:09:12 +0000 |
commit | cd90aa38151068c861041641b0e4e40b3afa4fae (patch) | |
tree | 12bfda26b4b359086eeb1a5912967b20a36934f0 /usr.bin/aucat/Makefile | |
parent | e796f6ed824da5e9e191c2ab4bd774e6efa3392f (diff) |
Remove midicat since aucat can now be used instead of midicat
with almost the same syntax (roughly an extra -M option).
Thru boxes are created with aucat, and corresponding MIDI port
names have the "aucat" prefix instead of "midithru". The old
device name will still work some time for backward compatibility.
ok deraadt
Diffstat (limited to 'usr.bin/aucat/Makefile')
-rw-r--r-- | usr.bin/aucat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/aucat/Makefile b/usr.bin/aucat/Makefile index ee125d29e39..173caf72f13 100644 --- a/usr.bin/aucat/Makefile +++ b/usr.bin/aucat/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2011/04/27 21:20:36 ratchov Exp $ +# $OpenBSD: Makefile,v 1.16 2011/10/17 21:09:11 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 sock.c pipe.c listen.c opt.c wav.c dbg.c -MAN= aucat.1 midicat.1 -LINKS= ${BINDIR}/aucat ${BINDIR}/midicat +MAN= aucat.1 CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG -I${.CURDIR}/../../lib/libsndio LDADD+= -lsndio .include <bsd.prog.mk> |