2006-11-17 19:38:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-03-02 04:12:41 +00:00
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
|
|
|
|
.PATH.c:${WPA_SUPPLICANT_DISTDIR}
|
2006-11-17 19:38:51 +00:00
|
|
|
|
|
|
|
PROG= wpa_passphrase
|
2010-11-03 10:44:25 +00:00
|
|
|
SRCS= wpa_passphrase.c sha1.c sha1-internal.c sha1-pbkdf2.c \
|
|
|
|
md5.c md5-internal.c
|
2006-11-17 19:38:51 +00:00
|
|
|
|
2007-07-11 16:04:08 +00:00
|
|
|
CFLAGS+= -DINTERNAL_SHA1
|
|
|
|
CFLAGS+= -DINTERNAL_MD5
|
|
|
|
|
2006-11-17 19:38:51 +00:00
|
|
|
MAN= wpa_passphrase.8
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|