The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=e1e40109d9c29ccda5e5ee53a4e669cc4d589874
commit e1e40109d9c29ccda5e5ee53a4e669cc4d589874 Author: Cy Schubert <[email protected]> AuthorDate: 2021-10-22 21:35:07 +0000 Commit: Cy Schubert <[email protected]> CommitDate: 2021-10-25 13:31:03 +0000 wpa: Reconnect ndis_events build ndis_events build was disconnected by the MFC of 25ecdc7d52770caf1c9b44b5ec11f468f6b636f3. Reconnect it. This is a direct commit to stable/12. Reported by: [email protected]> Fixes: 5654815fd3604e024eefdcb34904d3a7c883e8c5 --- usr.sbin/wpa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/wpa/Makefile b/usr.sbin/wpa/Makefile index fe8fb60b1dc2..18fc45c24e20 100644 --- a/usr.sbin/wpa/Makefile +++ b/usr.sbin/wpa/Makefile @@ -6,6 +6,7 @@ SUBDIR= src .WAIT \ wpa_passphrase \ hostapd \ hostapd_cli \ + ndis_events SUBDIR_PARALLEL=
