summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2012-11-23 07:03:29 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2012-11-23 07:03:29 +0000
commite0ec54cfb7c1e7d74bad5acd7800df96c1c4d3d4 (patch)
treedfd9738fc0938d8c3ed1cb3d3ba25202ca3a4472 /usr.bin/Makefile
parent42dd4f4c8b798c2f8b9e8544080704a71226370e (diff)
Remplace aucat server by a new sndiod daemon aimed to be simpler
smaller and faster than aucat. It's a drop in replacement with the following exceptions that don't affect the default setup: - The sample rate and the encoding are a per-device parameters thus -r and -e options must precede the corresponding -f option - MIDI thru boxes are dynamically created and no -M option is required anymore, so -M was removed. - MIDI ports are exposed with a new ``midi/N'' name, rather than abusing MIDI thru boxes. with help from armani@, ok deraadt@
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 9a024e3975c..5682ebdcfc2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.125 2012/08/30 15:53:47 kettenis Exp $
+# $OpenBSD: Makefile,v 1.126 2012/11/23 07:03:28 ratchov Exp $
.include <bsd.own.mk>
@@ -21,7 +21,8 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \
pr printenv printf quota radioctl ranlib rcs rdist rdistd \
readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
rwho sdiff script sed sendbug shar showmount skey \
- skeyaudit skeyinfo skeyinit sort spell split sqlite3 ssh stat su systat \
+ skeyaudit skeyinfo skeyinit sndiod \
+ sort spell split sqlite3 ssh stat su systat \
sudo tail talk tcopy tcpbench tee telnet tftp tic time tip \
tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
ul uname unexpand unifdef uniq units \