Date: Mon, 2 Mar 2009 04:11:34 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189270 - head/usr.sbin/wpa/hostapd_cli Message-ID: <200903020411.n224BYo7064795@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Mon Mar 2 04:11:34 2009 New Revision: 189270 URL: http://svn.freebsd.org/changeset/base/189270 Log: update for 0.6.8 Modified: head/usr.sbin/wpa/hostapd_cli/Makefile Modified: head/usr.sbin/wpa/hostapd_cli/Makefile ============================================================================== --- head/usr.sbin/wpa/hostapd_cli/Makefile Mon Mar 2 04:10:40 2009 (r189269) +++ head/usr.sbin/wpa/hostapd_cli/Makefile Mon Mar 2 04:11:34 2009 (r189270) @@ -1,10 +1,8 @@ # $FreeBSD$ -CONTRIB= ${.CURDIR}/../../../contrib -HOSTAPD_DISTDIR?= ${CONTRIB}/hostapd -WPA_SUPPLICANT_DISTDIR?= ${CONTRIB}/wpa_supplicant +.include "${.CURDIR}/../Makefile.inc" -.PATH: ${HOSTAPD_DISTDIR} ${WPA_SUPPLICANT_DISTDIR} +.PATH.c:${HOSTAPD_DISTDIR} PROG= hostapd_cli SRCS= hostapd_cli.c wpa_ctrl.c os_unix.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903020411.n224BYo7064795>