xref: /freebsd/contrib/wpa/src/eap_common/Makefile (revision c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5)
1*c1d255d3SCy SchubertLIB_OBJS= \
2*c1d255d3SCy Schubert	chap.o \
3*c1d255d3SCy Schubert	eap_common.o \
4*c1d255d3SCy Schubert	eap_eke_common.o \
5*c1d255d3SCy Schubert	eap_eke_common.o \
6*c1d255d3SCy Schubert	eap_fast_common.o \
7*c1d255d3SCy Schubert	eap_gpsk_common.o \
8*c1d255d3SCy Schubert	eap_ikev2_common.o \
9*c1d255d3SCy Schubert	eap_pax_common.o \
10*c1d255d3SCy Schubert	eap_peap_common.o \
11*c1d255d3SCy Schubert	eap_psk_common.o \
12*c1d255d3SCy Schubert	eap_pwd_common.o \
13*c1d255d3SCy Schubert	eap_sake_common.o \
14*c1d255d3SCy Schubert	eap_sim_common.o \
15*c1d255d3SCy Schubert	eap_wsc_common.o \
16*c1d255d3SCy Schubert	ikev2_common.o
17*c1d255d3SCy Schubert
18*c1d255d3SCy Schubertinclude ../lib.rules
19