xref: /freebsd/usr.sbin/wpa/src/rsn_supp/Makefile (revision 9a0f8228)
125ecdc7dSCy Schubert.include <src.opts.mk>
225ecdc7dSCy Schubert
325ecdc7dSCy Schubert.include "../../Makefile.inc"
425ecdc7dSCy Schubert
59a0f8228SCy Schubert.include "../../Makefile.crypto"
69a0f8228SCy Schubert
725ecdc7dSCy SchubertLIB=	wparsn_supp
825ecdc7dSCy SchubertINTERNALLIB=
925ecdc7dSCy Schubert
1025ecdc7dSCy Schubert.PATH:	${WPA_DISTDIR}/src/rsn_supp
1125ecdc7dSCy Schubert
1225ecdc7dSCy SchubertSRCS=	pmksa_cache.c \
1325ecdc7dSCy Schubert	wpa_ft.c \
1425ecdc7dSCy Schubert	tdls.c \
1525ecdc7dSCy Schubert	preauth.c \
1625ecdc7dSCy Schubert	wpa.c \
1725ecdc7dSCy Schubert	wpa_ie.c
1825ecdc7dSCy Schubert
1925ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries.
2025ecdc7dSCy SchubertLIBADD=
2125ecdc7dSCy Schubert
2225ecdc7dSCy Schubert.include <bsd.lib.mk>
2325ecdc7dSCy Schubert