The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=cf34eb8264954a8fd1e92081bcf67719bddbc2aa
commit cf34eb8264954a8fd1e92081bcf67719bddbc2aa Author: Mark Johnston <[email protected]> AuthorDate: 2026-01-12 16:05:40 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-01-12 16:06:31 +0000 build: Remove duplicate SUBDIR entries Fixes: f74f891581bc ("src.opts: Introduce MK_SOUND") --- lib/Makefile | 1 - usr.bin/Makefile | 2 -- usr.sbin/Makefile | 2 -- 3 files changed, 5 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index d06488a33fb9..bf8f2c386f64 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -73,7 +73,6 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \ liblzma \ libmemstat \ libmd \ - libmixer \ libmt \ lib80211 \ libnetbsd \ diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 158d3f1a92c1..0f0233bb5091 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -6,7 +6,6 @@ SUBDIR= apply \ backlight \ banner \ basename \ - beep \ bintrans \ brandelf \ bsdcat \ @@ -86,7 +85,6 @@ SUBDIR= apply \ mandoc \ mdo \ mesg \ - mididump \ ministat \ mkdep \ mkfifo \ diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index deeeb3cc4251..d9a5f231ba61 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -41,7 +41,6 @@ SUBDIR= adduser \ makefs \ memcontrol \ mfiutil \ - mixer \ mlxcontrol \ mountd \ mount_smbfs \ @@ -84,7 +83,6 @@ SUBDIR= adduser \ setpmac \ smbmsg \ snapinfo \ - sndctl \ spi \ spray \ syslogd \
