git: 352d405637d2 - stable/15 - virtual_oss: remove needless .include in intermediate Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jan 2026 16:33:13 UTC
The branch stable/15 has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=352d405637d24589ba421927695aca03f982ddc1
commit 352d405637d24589ba421927695aca03f982ddc1
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2026-01-16 09:33:22 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-01-30 16:29:56 +0000
virtual_oss: remove needless .include in intermediate Makefile
It doesn't define anything we use.
Reviewed by: christos
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D54702
(cherry picked from commit 497a13601fb74c264e28eff7cd3f9ac74f0f212b)
---
lib/virtual_oss/Makefile | 1 -
usr.sbin/virtual_oss/Makefile | 1 -
2 files changed, 2 deletions(-)
diff --git a/lib/virtual_oss/Makefile b/lib/virtual_oss/Makefile
index dc83edd4b980..61f2c43bdf73 100644
--- a/lib/virtual_oss/Makefile
+++ b/lib/virtual_oss/Makefile
@@ -5,5 +5,4 @@ SHLIBDIR?= ${LIBDIR}/virtual_oss
SUBDIR+= null \
oss
-.include "Makefile.inc"
.include <bsd.subdir.mk>
diff --git a/usr.sbin/virtual_oss/Makefile b/usr.sbin/virtual_oss/Makefile
index 6c497ad71d46..78d882af5da2 100644
--- a/usr.sbin/virtual_oss/Makefile
+++ b/usr.sbin/virtual_oss/Makefile
@@ -5,5 +5,4 @@ SUBDIR+= virtual_oss_cmd \
SUBDIR.${MK_BLUETOOTH}+= virtual_bt_speaker
-.include "Makefile.inc"
.include <bsd.subdir.mk>