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

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

.PATH.c:${WPA_SUPPLICANT_DISTDIR}

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

CFLAGS+= -DCONFIG_CRYPTO_INTERNAL -DINTERNAL_SHA1 -DINTERNAL_MD5

LIBADD+=	util

MAN=	wpa_passphrase.8

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