]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/wpa/wpa_passphrase/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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=   wpa_passphrase.c sha1.c sha1-internal.c sha1-pbkdf2.c \
9         md5.c md5-internal.c
10
11 CFLAGS+= -DINTERNAL_SHA1
12 CFLAGS+= -DINTERNAL_MD5
13
14 MAN=    wpa_passphrase.8
15
16 .include <bsd.prog.mk>