mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
9143cbe8b0
This tool allows fine grained enabling of the debugging output in net80211 and its useful to have it available to everyone to diagnose wifi issues. Approved by: re (rwatson)
7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wlandebug
|
|
MAN= wlandebug.8
|
|
|
|
.include <bsd.prog.mk>
|