xref: /freebsd/usr.sbin/wpa/src/Makefile (revision a90b9d0159070121c221b966469c3e36d912bf82)
1SUBDIR=	ap \
2	common \
3	crypto \
4	drivers \
5	eap_common \
6	eap_peer \
7	eap_server \
8	eapol_auth \
9	eapol_supp \
10	l2_packet \
11	pasn \
12	radius \
13	rsn_supp \
14	tls \
15	utils \
16	wps
17
18SUBDIR_PARALLEL=
19
20.include <bsd.subdir.mk>
21