From 6e82cb29066765c03408a81c9bec4ed0d99cab81 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 31 Jan 2026 11:58:39 -0500 Subject: [PATCH] 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 --- usr.sbin/wlanstat/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/wlanstat/Makefile b/usr.sbin/wlanstat/Makefile index ec1fc320626..c6f62e46c85 100644 --- a/usr.sbin/wlanstat/Makefile +++ b/usr.sbin/wlanstat/Makefile @@ -1,5 +1,3 @@ -.include - PROG= wlanstat MAN= wlanstat.8