1*25ecdc7dSCy Schubert.include <src.opts.mk> 2*25ecdc7dSCy Schubert 3*25ecdc7dSCy Schubert.include "../../Makefile.inc" 4*25ecdc7dSCy Schubert 5*25ecdc7dSCy SchubertLIB= wpaeap_common 6*25ecdc7dSCy SchubertINTERNALLIB= 7*25ecdc7dSCy Schubert 8*25ecdc7dSCy Schubert.PATH: ${WPA_DISTDIR}/src/eap_common 9*25ecdc7dSCy Schubert 10*25ecdc7dSCy SchubertSRCS= chap.c \ 11*25ecdc7dSCy Schubert eap_common.c \ 12*25ecdc7dSCy Schubert eap_gpsk_common.c \ 13*25ecdc7dSCy Schubert eap_pax_common.c \ 14*25ecdc7dSCy Schubert eap_peap_common.c \ 15*25ecdc7dSCy Schubert eap_psk_common.c \ 16*25ecdc7dSCy Schubert eap_sake_common.c \ 17*25ecdc7dSCy Schubert eap_sim_common.c \ 18*25ecdc7dSCy Schubert eap_wsc_common.c 19*25ecdc7dSCy Schubert 20*25ecdc7dSCy Schubert.include "../../Makefile.crypto" 21*25ecdc7dSCy Schubert 22*25ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries. 23*25ecdc7dSCy SchubertLIBADD= 24*25ecdc7dSCy Schubert 25*25ecdc7dSCy Schubert.include <bsd.lib.mk> 26