8ad9af2c27
This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS drivers.
9 lines
96 B
Makefile
9 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ndis_events
|
|
SRCS+= ndis_events.c
|
|
|
|
MAN= ndis_events.8
|
|
|
|
.include <bsd.prog.mk>
|