svn commit: r189269 - head/usr.sbin/wpa/wpa_cli
Sam Leffler
sam at FreeBSD.org
Sun Mar 1 20:10:41 PST 2009
Author: sam
Date: Mon Mar 2 04:10:40 2009
New Revision: 189269
URL: http://svn.freebsd.org/changeset/base/189269
Log:
update for 0.6.8
Modified:
head/usr.sbin/wpa/wpa_cli/Makefile
Modified: head/usr.sbin/wpa/wpa_cli/Makefile
==============================================================================
--- head/usr.sbin/wpa/wpa_cli/Makefile Mon Mar 2 04:07:58 2009 (r189268)
+++ head/usr.sbin/wpa/wpa_cli/Makefile Mon Mar 2 04:10:40 2009 (r189269)
@@ -1,7 +1,8 @@
# $FreeBSD$
-WPA_SUPPLICANT_DISTDIR?= ${.CURDIR}/../../../contrib/wpa_supplicant
-.PATH: ${WPA_SUPPLICANT_DISTDIR}
+.include "${.CURDIR}/../Makefile.inc"
+
+.PATH.c:${WPA_SUPPLICANT_DISTDIR}
PROG= wpa_cli
SRCS= wpa_cli.c wpa_ctrl.c os_unix.c
More information about the svn-src-all
mailing list