svn commit: r189272 - head/usr.sbin/wpa/wpa_passphrase

Sam Leffler sam at FreeBSD.org
Sun Mar 1 20:12:42 PST 2009


Author: sam
Date: Mon Mar  2 04:12:41 2009
New Revision: 189272
URL: http://svn.freebsd.org/changeset/base/189272

Log:
  uupdate for 0.6.8

Modified:
  head/usr.sbin/wpa/wpa_passphrase/Makefile

Modified: head/usr.sbin/wpa/wpa_passphrase/Makefile
==============================================================================
--- head/usr.sbin/wpa/wpa_passphrase/Makefile	Mon Mar  2 04:11:42 2009	(r189271)
+++ head/usr.sbin/wpa/wpa_passphrase/Makefile	Mon Mar  2 04:12:41 2009	(r189272)
@@ -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_passphrase
 SRCS=	wpa_passphrase.c sha1.c md5.c


More information about the svn-src-head mailing list