xref: /freebsd-13.1/usr.sbin/wpa/Makefile (revision 2d81ecfc)
1# $FreeBSD$
2
3SUBDIR=	src .WAIT \
4	wpa_supplicant \
5	wpa_cli \
6	wpa_passphrase \
7	hostapd \
8	hostapd_cli \
9	ndis_events
10
11SUBDIR_PARALLEL=
12
13.include <bsd.subdir.mk>
14