summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/wpa_passphrase/Makefile
blob: 385e23ca2d44a992f8153d1ad79c83b48e1c982f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.include "${.CURDIR}/../Makefile.inc"

.PATH.c:${WPA_SUPPLICANT_DISTDIR}

PROG=	wpa_passphrase
SRCS=	wpa_passphrase.c sha1.c sha1-internal.c sha1-pbkdf2.c \
	md5.c md5-internal.c

CFLAGS+= -DINTERNAL_SHA1
CFLAGS+= -DINTERNAL_MD5

MAN=	wpa_passphrase.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud