aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-07-24 15:04:33 +0000
committerCy Schubert <cy@FreeBSD.org>2024-07-24 15:04:33 +0000
commit8880825df1f805fc02dbb8476df8183d4ec3781c (patch)
treee7ad095740eef4f58e69e336c261014f16f6c686 /usr.sbin/wpa
parent124ae0e8af8fbc8384a660583f47f112f392395e (diff)
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index ba7f1fb873ab..ab69009e5e43 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -51,7 +51,7 @@ CFLAGS+=-DCONFIG_BACKEND_FILE
LIBADD+=pcap util wpadrivers wpaeapol_supp \
wpaeap_server \
wpaeap_peer wpaeap_common wpal2_packet wparsn_supp wpatls wpawps \
- wpacommon wpacrypto wpautils wpapasn
+ wpapasn wpacommon wpacrypto wpautils
# User customizations to the wpa_supplicant build environment
CFLAGS+=${WPA_SUPPLICANT_CFLAGS}