freebsd-dev/usr.sbin/wpa/ndis_events/Makefile
Bill Paul 8ad9af2c27 Enable -D ndis support in wpa_supplicant and add the ndis_events utility.
This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS
drivers.
2005-10-10 17:51:12 +00:00

9 lines
96 B
Makefile

# $FreeBSD$
PROG= ndis_events
SRCS+= ndis_events.c
MAN= ndis_events.8
.include <bsd.prog.mk>