Date: Fri, 16 Jan 2026 09:44:43 +0000 From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 497a13601fb7 - main - virtual_oss: remove needless .include in intermediate Makefile Message-ID: <696a088b.23026.24d18375@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696a088b.23026.24d18375>
