xref: /freebsd-14.2/usr.sbin/wpa/src/Makefile (revision aff29dd3)
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