]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/wpa/wpa_passphrase/Makefile
MFV r339226 (peter): Record merge of serf-1.3.9.
[FreeBSD/FreeBSD.git] / usr.sbin / wpa / wpa_passphrase / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc"
4
5 .PATH.c:${WPA_SUPPLICANT_DISTDIR}
6
7 PROG=   wpa_passphrase
8 SRCS=   common.c md5-internal.c md5.c os_unix.c sha1-internal.c sha1-pbkdf2.c \
9         sha1.c wpa_passphrase.c
10
11 CFLAGS+= -DCONFIG_CRYPTO_INTERNAL -DINTERNAL_SHA1 -DINTERNAL_MD5
12
13 LIBADD+=        util
14
15 MAN=    wpa_passphrase.8
16
17 .include <bsd.prog.mk>