]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/wpa/wpa_passphrase/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.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=   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>