]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/wpa/wpa_passphrase/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>