]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/wpa/wpa_passphrase/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 md5.c
9
10 CFLAGS+= -DINTERNAL_SHA1
11 CFLAGS+= -DINTERNAL_MD5
12
13 MAN=    wpa_passphrase.8
14
15 .include <bsd.prog.mk>