summaryrefslogtreecommitdiff
path: root/usr.sbin/wpa/src/Makefile
blob: 13897d04062fb3391eaa89a9141b8284d8c581b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIR=	ap \
	common \
	crypto \
	drivers \
	eap_common \
	eap_peer \
	eap_server \
	eapol_auth \
	eapol_supp \
	l2_packet \
	pasn \
	radius \
	rsn_supp \
	tls \
	utils \
	wps

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>