Date: Fri, 24 Apr 2026 15:29:21 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6ca22d1666be - stable/15 - wlanstat: Drop unneeded bsd.compiler.mk from Makefile Message-ID: <69eb8c51.362e0.2d25e449@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6ca22d1666be6a332be2debd333c8180463241a0 commit 6ca22d1666be6a332be2debd333c8180463241a0 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-01-31 16:58:39 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-04-24 15:26:39 +0000 wlanstat: Drop unneeded bsd.compiler.mk from Makefile No functional change, but downstream in CheriBSD this was causing a link error as the Makefile was overriding CFLAGS set via a side effect of bsd.compiler.mk. Reviewed by: bz, brooks, emaste Sponsored by: AFRL, DARPA Differential Revision: https://reviews.freebsd.org/D54894 (cherry picked from commit 6e82cb29066765c03408a81c9bec4ed0d99cab81) --- usr.sbin/wlanstat/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/wlanstat/Makefile b/usr.sbin/wlanstat/Makefile index ec1fc3206267..c6f62e46c859 100644 --- a/usr.sbin/wlanstat/Makefile +++ b/usr.sbin/wlanstat/Makefile @@ -1,5 +1,3 @@ -.include <bsd.compiler.mk> - PROG= wlanstat MAN= wlanstat.8home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eb8c51.362e0.2d25e449>
