The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=241a43cf9da8933f500e7d0df7fff621fd52168c
commit 241a43cf9da8933f500e7d0df7fff621fd52168c Author: Christos Margiolis <[email protected]> AuthorDate: 2026-01-15 17:54:22 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2026-01-15 17:54:22 +0000 virtual_oss: Take MK_CUSE into account Reported by: brooks Fixes: f74f891581bc ("src.opts: Introduce MK_SOUND") Sponsored by: The FreeBSD Foundation MFC after: 4 days Reviewed by: brooks, emaste Differential Revision: https://reviews.freebsd.org/D54708 --- lib/Makefile | 2 +- usr.sbin/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index bf8f2c386f64..c3a95f00d4ef 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -237,7 +237,7 @@ SUBDIR.${MK_RADIUS_SUPPORT}+= libradius SUBDIR.${MK_SENDMAIL}+= libmilter libsm libsmdb libsmutil SUBDIR.${MK_TELNET}+= libtelnet SUBDIR.${MK_SOUND}+= libmixer -SUBDIR.${MK_SOUND}+= virtual_oss +SUBDIR.${MK_CUSE}.${MK_SOUND}+= virtual_oss SUBDIR.${MK_TESTS_SUPPORT}+= atf SUBDIR.${MK_TESTS_SUPPORT}+= liblutok SUBDIR.${MK_TESTS}+= tests diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index d9a5f231ba61..3d3a8443a7cf 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -199,7 +199,7 @@ SUBDIR.${MK_SENDMAIL}+= praliases SUBDIR.${MK_SENDMAIL}+= sendmail SUBDIR.${MK_SOUND}+= mixer SUBDIR.${MK_SOUND}+= sndctl -SUBDIR.${MK_SOUND}+= virtual_oss +SUBDIR.${MK_CUSE}.${MK_SOUND}+= virtual_oss SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch SUBDIR.${MK_TOOLCHAIN}+= config
