Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin hook up aiomixer
details: https://anonhg.NetBSD.org/src/rev/dc7e1848c6c1
branches: trunk
changeset: 379060:dc7e1848c6c1
user: nia <nia%NetBSD.org@localhost>
date: Fri May 07 21:51:20 2021 +0000
description:
hook up aiomixer
diffstat:
distrib/sets/lists/base/mi | 3 ++-
distrib/sets/lists/man/mi | 5 ++++-
usr.bin/Makefile | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)
diffs (65 lines):
diff -r df618a37f0e3 -r dc7e1848c6c1 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Fri May 07 19:37:03 2021 +0000
+++ b/distrib/sets/lists/base/mi Fri May 07 21:51:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1278 2021/04/16 01:14:38 mrg Exp $
+# $NetBSD: mi,v 1.1279 2021/05/07 21:51:21 nia Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -675,6 +675,7 @@
./usr/bin base-sys-usr
./usr/bin/Mail base-obsolete obsolete
./usr/bin/agrep base-util-bin
+./usr/bin/aiomixer base-audio-bin
./usr/bin/apply base-util-bin
./usr/bin/apropos base-man-bin
./usr/bin/arpaname base-bind-bin
diff -r df618a37f0e3 -r dc7e1848c6c1 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Fri May 07 19:37:03 2021 +0000
+++ b/distrib/sets/lists/man/mi Fri May 07 21:51:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1718 2021/04/27 21:13:38 nia Exp $
+# $NetBSD: mi,v 1.1719 2021/05/07 21:51:21 nia Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -41,6 +41,7 @@
./usr/share/man/cat1/Mail.0 man-obsolete obsolete
./usr/share/man/cat1/[.0 man-util-catman .cat
./usr/share/man/cat1/agrep.0 man-util-catman .cat
+./usr/share/man/cat1/aiomixer.0 man-audio-catman .cat
./usr/share/man/cat1/alias.0 man-util-catman .cat
./usr/share/man/cat1/altqstat.0 man-router-catman .cat
./usr/share/man/cat1/amq.0 man-obsolete obsolete
@@ -3353,6 +3354,7 @@
./usr/share/man/html1/Mail.html man-obsolete obsolete
./usr/share/man/html1/[.html man-util-htmlman html
./usr/share/man/html1/agrep.html man-util-htmlman html
+./usr/share/man/html1/aiomixer.html man-audio-htmlman html
./usr/share/man/html1/alias.html man-util-htmlman html
./usr/share/man/html1/altqstat.html man-router-htmlman html
./usr/share/man/html1/apply.html man-util-htmlman html
@@ -6274,6 +6276,7 @@
./usr/share/man/man1/Mail.1 man-obsolete obsolete
./usr/share/man/man1/[.1 man-util-man .man
./usr/share/man/man1/agrep.1 man-util-man .man
+./usr/share/man/man1/aiomixer.1 man-audio-man .man
./usr/share/man/man1/alias.1 man-util-man .man
./usr/share/man/man1/altqstat.1 man-router-man .man
./usr/share/man/man1/amq.1 man-obsolete obsolete
diff -r df618a37f0e3 -r dc7e1848c6c1 usr.bin/Makefile
--- a/usr.bin/Makefile Fri May 07 19:37:03 2021 +0000
+++ b/usr.bin/Makefile Fri May 07 21:51:20 2021 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.234 2020/12/28 03:48:41 htodd Exp $
+# $NetBSD: Makefile,v 1.235 2021/05/07 21:51:20 nia Exp $
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
.include <bsd.own.mk>
-SUBDIR= apply asa at audio audiocfg \
+SUBDIR= aiomixer apply asa at audio audiocfg \
banner base64 basename biff bthset btkey btpin \
bzip2 bzip2recover c11 c89 c99 cal calendar cap_mkdb cdplay \
checknr chflags chpass cksum cmp cleantags col colcrt colrm \
Home |
Main Index |
Thread Index |
Old Index