aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-01-31 16:58:39 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-01-31 16:58:39 +0000
commit6e82cb29066765c03408a81c9bec4ed0d99cab81 (patch)
treed996b5994001d42f122eefe51e957e519bed22fe
parentdf68a09ea2ec18ee975fb937d46a18250d4663c8 (diff)
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
-rw-r--r--usr.sbin/wlanstat/Makefile2
1 files changed, 0 insertions, 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.8