aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-11-09 00:16:46 +0000
committerCy Schubert <cy@FreeBSD.org>2021-11-22 18:19:31 +0000
commit33ec402fce2806ffda0095b48dc56d8c5450fd6c (patch)
tree83d2e6b4b4cfd71d8ae48edfdc8a760d9430f630
parentd8b607c5a9a36fbac6ee4e97314869a7f5306832 (diff)
downloadsrc-33ec402fce2806ffda0095b48dc56d8c5450fd6c.tar.gz
src-33ec402fce2806ffda0095b48dc56d8c5450fd6c.zip
wpa: Remove duplicate options definitions
Global options are defined in usr.sbin/wpa/Makefile.inc. Those in usr.sbin/wpa/src/crypto/Makefile are duplicates of those found above. Remove them. (cherry picked from commit 3332f1b444d4a73238e9f59cca27bfc95fe936bd)
-rw-r--r--usr.sbin/wpa/src/crypto/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/usr.sbin/wpa/src/crypto/Makefile b/usr.sbin/wpa/src/crypto/Makefile
index c95834279c21..eede671aa7db 100644
--- a/usr.sbin/wpa/src/crypto/Makefile
+++ b/usr.sbin/wpa/src/crypto/Makefile
@@ -139,20 +139,6 @@ SRCS+= dh_groups.c
.endif
.if ${MK_WPA_SUPPLICANT_EAPOL} != "no"
-CFLAGS+=-DCONFIG_WPS \
- -DCONFIG_HS20 \
- -DCONFIG_INTERWORKING \
- -DEAP_GTC \
- -DEAP_LEAP \
- -DEAP_MD5 \
- -DEAP_MSCHAPv2 \
- -DEAP_OTP \
- -DEAP_PEAP \
- -DEAP_PSK \
- -DEAP_TLS \
- -DEAP_TTLS \
- -DEAP_WSC \
- -DIEEE8021X_EAPOL
SRCS+= ms_funcs.c
.endif