summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/Makefile
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-10-17 21:09:12 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-10-17 21:09:12 +0000
commitcd90aa38151068c861041641b0e4e40b3afa4fae (patch)
tree12bfda26b4b359086eeb1a5912967b20a36934f0 /usr.bin/aucat/Makefile
parente796f6ed824da5e9e191c2ab4bd774e6efa3392f (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/Makefile5
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>