f5d5722e6d
o unix domain socket to wpa_cli is configured w/ CONFIG_CTRL_IFACE_UNIX o terminate on last interface option is configured w/ CONFIG_TERMINATE_ONLASTIF o ndis/Packet32.c fixups to force roaming mode to manual o document new mixed_cell config knob Submitted by: thompsa (Packet32.c) Reviewed by: thompsa, sephe Approved by: re (hrs)
15 lines
269 B
Makefile
15 lines
269 B
Makefile
# $FreeBSD$
|
|
|
|
WPA_SUPPLICANT_DISTDIR?= ${.CURDIR}/../../../contrib/wpa_supplicant
|
|
.PATH: ${WPA_SUPPLICANT_DISTDIR}
|
|
|
|
PROG= wpa_passphrase
|
|
SRCS= wpa_passphrase.c sha1.c md5.c
|
|
|
|
CFLAGS+= -DINTERNAL_SHA1
|
|
CFLAGS+= -DINTERNAL_MD5
|
|
|
|
MAN= wpa_passphrase.8
|
|
|
|
.include <bsd.prog.mk>
|