125ecdc7dSCy Schubert.include <src.opts.mk> 225ecdc7dSCy Schubert 325ecdc7dSCy Schubert.include "../../Makefile.inc" 425ecdc7dSCy Schubert 5*9a0f8228SCy Schubert.include "../../Makefile.crypto" 6*9a0f8228SCy Schubert 725ecdc7dSCy SchubertLIB= wpaeap_peer 825ecdc7dSCy SchubertINTERNALLIB= 925ecdc7dSCy Schubert 1025ecdc7dSCy Schubert.PATH: ${WPA_DISTDIR}/src/eap_peer 1125ecdc7dSCy Schubert 1225ecdc7dSCy SchubertSRCS= eap.c \ 1325ecdc7dSCy Schubert eap_gtc.c \ 1425ecdc7dSCy Schubert eap_leap.c \ 1525ecdc7dSCy Schubert eap_md5.c \ 1625ecdc7dSCy Schubert eap_methods.c \ 1725ecdc7dSCy Schubert eap_mschapv2.c \ 1825ecdc7dSCy Schubert eap_otp.c \ 1925ecdc7dSCy Schubert eap_peap.c \ 2025ecdc7dSCy Schubert eap_psk.c \ 2125ecdc7dSCy Schubert eap_tls.c \ 2225ecdc7dSCy Schubert eap_tls_common.c \ 2325ecdc7dSCy Schubert eap_ttls.c \ 2425ecdc7dSCy Schubert eap_wsc.c \ 2525ecdc7dSCy Schubert eap_methods.c \ 2625ecdc7dSCy Schubert mschapv2.c 2725ecdc7dSCy Schubert 2825ecdc7dSCy SchubertCFLAGS+=-DIEEE8021X_EAPOL 2925ecdc7dSCy Schubert 3025ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries. 3125ecdc7dSCy SchubertLIBADD= 3225ecdc7dSCy Schubert 3325ecdc7dSCy Schubert.include <bsd.lib.mk> 34