git: 497a13601fb7 - main - virtual_oss: remove needless .include in intermediate Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jan 2026 09:44:43 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=497a13601fb74c264e28eff7cd3f9ac74f0f212b
commit 497a13601fb74c264e28eff7cd3f9ac74f0f212b
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2026-01-16 09:33:22 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2026-01-16 09:33:22 +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
---
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>