diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-01-12 16:05:40 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-01-12 16:06:31 +0000 |
| commit | cf34eb8264954a8fd1e92081bcf67719bddbc2aa (patch) | |
| tree | 41c34d111f6282b748b9172942733bf64ad7fc13 | |
| parent | 668423f75b4d9006f16847b415c861defb8267d7 (diff) | |
build: Remove duplicate SUBDIR entries
Fixes: f74f891581bc ("src.opts: Introduce MK_SOUND")
| -rw-r--r-- | lib/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/Makefile | 2 |
3 files changed, 0 insertions, 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 \ |
