hook up aiomixer
This commit is contained in:
parent
e2c130f799
commit
209f7af6d7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue