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.

MFC after:	1 week
This commit is contained in:
Cy Schubert 2021-11-08 16:16:46 -08:00
parent 44744f7538
commit 3332f1b444

View File

@ -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