freebsd-src/usr.sbin/wpa/Makefile
Cy Schubert 2d81ecfcbb wpa: Reconnect ndis_events build
ndis_events build was disconnected by the MFC of
25ecdc7d52.
Reconnect it.

This is a direct commit to stable/13.

Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
Fixes:		13f32ff71e
2021-10-25 06:29:45 -07:00

14 lines
163 B
Makefile

# $FreeBSD$
SUBDIR= src .WAIT \
wpa_supplicant \
wpa_cli \
wpa_passphrase \
hostapd \
hostapd_cli \
ndis_events
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>