Date: Mon, 9 Apr 2007 16:32:07 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 117749 for review Message-ID: <200704091632.l39GW74a000155@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=117749 Change 117749 by sam@sam_ebb on 2007/04/09 16:31:15 update for v0.5.7 Affected files ... .. //depot/projects/wifi/usr.sbin/wpa/wpa_cli/Makefile#3 edit .. //depot/projects/wifi/usr.sbin/wpa/wpa_passphrase/Makefile#2 edit Differences ... ==== //depot/projects/wifi/usr.sbin/wpa/wpa_cli/Makefile#3 (text+ko) ==== @@ -4,8 +4,11 @@ .PATH: ${WPA_SUPPLICANT_DISTDIR} PROG= wpa_cli -SRCS= wpa_cli.c wpa_ctrl.c +SRCS= wpa_cli.c wpa_ctrl.c os_unix.c MAN= wpa_cli.8 +CFLAGS+= -DCONFIG_CTRL_IFACE +CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX + .include <bsd.prog.mk> ==== //depot/projects/wifi/usr.sbin/wpa/wpa_passphrase/Makefile#2 (text+ko) ==== @@ -6,6 +6,9 @@ PROG= wpa_passphrase SRCS= wpa_passphrase.c sha1.c md5.c +CFLAGS+= -DINTERNAL_SHA1 +CFLAGS+= -DINTERNAL_MD5 + MAN= wpa_passphrase.8 .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704091632.l39GW74a000155>