svn commit: r230858 - stable/9/usr.sbin/wpa/wpa_supplicant

Ed Maste emaste at FreeBSD.org
Wed Feb 1 03:28:20 UTC 2012


Author: emaste
Date: Wed Feb  1 03:28:19 2012
New Revision: 230858
URL: http://svn.freebsd.org/changeset/base/230858

Log:
  MFC r230293:
  
    Add missing line continuation \.  It did not cause any issue because
    the same path is already being included in ../Makefile.inc.
  
    PR:           164192
    Submitted by: Devin Teske <dteske vicor com>

Modified:
  stable/9/usr.sbin/wpa/wpa_supplicant/Makefile
Directory Properties:
  stable/9/usr.sbin/wpa/wpa_supplicant/   (props changed)

Modified: stable/9/usr.sbin/wpa/wpa_supplicant/Makefile
==============================================================================
--- stable/9/usr.sbin/wpa/wpa_supplicant/Makefile	Wed Feb  1 02:53:06 2012	(r230857)
+++ stable/9/usr.sbin/wpa/wpa_supplicant/Makefile	Wed Feb  1 03:28:19 2012	(r230858)
@@ -5,7 +5,7 @@
 .PATH.c:${WPA_SUPPLICANT_DISTDIR} \
 	${WPA_DISTDIR}/src/drivers \
 	${WPA_DISTDIR}/src/eap_peer \
-	${WPA_DISTDIR}/src/rsn_supp
+	${WPA_DISTDIR}/src/rsn_supp \
 	${WPA_DISTDIR}/src/crypto
 
 PROG=	wpa_supplicant


More information about the svn-src-stable-9 mailing list