aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa/wpa_cli/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-06-12 23:51:51 +0000
committerCy Schubert <cy@FreeBSD.org>2021-09-13 21:12:02 +0000
commitced9055c04eaf50c87ed9f0d382fe30d618df87b (patch)
tree2cb57747cc1625d59f1ee9279542aa540850c1da /usr.sbin/wpa/wpa_cli/Makefile
parentc7497eb7aec6e59270f390c1060779059ec502ba (diff)
downloadsrc-ced9055c04eaf50c87ed9f0d382fe30d618df87b.tar.gz
src-ced9055c04eaf50c87ed9f0d382fe30d618df87b.zip
wpa: The ap library is not needed by wpa_supplicant or wpa_cli
The ap library is not needed by wpa_supplicant or wpa_cli. It is only used by hostapd. MFC after: 2 months (cherry picked from commit dc9d54b5c1e058b4f1bb9ab9372b171ac87a0d72)
Diffstat (limited to 'usr.sbin/wpa/wpa_cli/Makefile')
-rw-r--r--usr.sbin/wpa/wpa_cli/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/wpa/wpa_cli/Makefile b/usr.sbin/wpa/wpa_cli/Makefile
index 7f5cef6ca550..060257442c39 100644
--- a/usr.sbin/wpa/wpa_cli/Makefile
+++ b/usr.sbin/wpa/wpa_cli/Makefile
@@ -18,8 +18,7 @@ CFLAGS+= -DCONFIG_TLS=openssl
CFLAGS+= -D_DIRENT_HAVE_D_TYPE
CFLAGS+= -DCONFIG_WPA_CLI_EDIT=y
-LIBADD+=wpaap \
- wpacommon \
+LIBADD+=wpacommon \
wpaeap_peer \
wpaeap_server \
wpaeapol_auth \