xref: /freebsd/usr.sbin/wpa/src/eapol_auth/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=	wpaeapol_auth
825ecdc7dSCy SchubertINTERNALLIB=
925ecdc7dSCy Schubert
1025ecdc7dSCy Schubert.PATH:	${WPA_DISTDIR}/src/eapol_auth
1125ecdc7dSCy Schubert
1225ecdc7dSCy SchubertSRCS=	eapol_auth_sm.c \
1325ecdc7dSCy Schubert	eapol_auth_dump.c
1425ecdc7dSCy Schubert
1525ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries.
1625ecdc7dSCy SchubertLIBADD=
1725ecdc7dSCy Schubert
1825ecdc7dSCy Schubert.include <bsd.lib.mk>
19