Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 17:54:32 +0000
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 241a43cf9da8 - main - virtual_oss: Take MK_CUSE into account
Message-ID:  <696929d8.3a279.1ec4d86d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by christos:

URL: https://cgit.FreeBSD.org/src/commit/?id=241a43cf9da8933f500e7d0df7fff621fd52168c

commit 241a43cf9da8933f500e7d0df7fff621fd52168c
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-01-15 17:54:22 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696929d8.3a279.1ec4d86d>