Current Path : /usr/src/usr.sbin/wpa/wpa_passphrase/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/wpa/wpa_passphrase/Makefile |
# $FreeBSD: release/9.1.0/usr.sbin/wpa/wpa_passphrase/Makefile 214735 2010-11-03 10:44:25Z rpaulo $ .include "${.CURDIR}/../Makefile.inc" .PATH.c:${WPA_SUPPLICANT_DISTDIR} PROG= wpa_passphrase SRCS= wpa_passphrase.c sha1.c sha1-internal.c sha1-pbkdf2.c \ md5.c md5-internal.c CFLAGS+= -DINTERNAL_SHA1 CFLAGS+= -DINTERNAL_MD5 MAN= wpa_passphrase.8 .include <bsd.prog.mk>