svn commit: r189270 - head/usr.sbin/wpa/hostapd_cli

Sam Leffler sam at FreeBSD.org
Sun Mar 1 20:11:36 PST 2009


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


More information about the svn-src-all mailing list