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