]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/wpa/wpa_passphrase/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / wpa / wpa_passphrase / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../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 sha1.c \
9         wpa_passphrase.c
10
11 CFLAGS+= -DINTERNAL_SHA1
12 CFLAGS+= -DINTERNAL_MD5
13
14 MAN=    wpa_passphrase.8
15
16 .include <bsd.prog.mk>