xref: /freebsd/usr.sbin/wpa/src/eap_common/Makefile (revision 9a0f82285322a338548d13fcda07e1d574301190)
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_common
825ecdc7dSCy SchubertINTERNALLIB=
925ecdc7dSCy Schubert
1025ecdc7dSCy Schubert.PATH:	${WPA_DISTDIR}/src/eap_common
1125ecdc7dSCy Schubert
1225ecdc7dSCy SchubertSRCS=	chap.c \
1325ecdc7dSCy Schubert	eap_common.c \
1425ecdc7dSCy Schubert	eap_gpsk_common.c \
1525ecdc7dSCy Schubert	eap_pax_common.c \
1625ecdc7dSCy Schubert	eap_peap_common.c \
1725ecdc7dSCy Schubert	eap_psk_common.c \
1825ecdc7dSCy Schubert	eap_sake_common.c \
1925ecdc7dSCy Schubert	eap_sim_common.c \
2025ecdc7dSCy Schubert	eap_wsc_common.c
2125ecdc7dSCy Schubert
2225ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries.
2325ecdc7dSCy SchubertLIBADD=
2425ecdc7dSCy Schubert
2525ecdc7dSCy Schubert.include <bsd.lib.mk>
26