Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 20:19:50 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org
Subject:   svn commit: r186838 - stable/6/usr.sbin/wpa/wpa_supplicant
Message-ID:  <200901062019.n06KJoDL041002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Tue Jan  6 20:19:49 2009
New Revision: 186838
URL: http://svn.freebsd.org/changeset/base/186838

Log:
  Unbreak build by fixing the conditional.
  
  Approved by:	bz
  Pointy Hat To:	danger

Modified:
  stable/6/usr.sbin/wpa/wpa_supplicant/Makefile

Modified: stable/6/usr.sbin/wpa/wpa_supplicant/Makefile
==============================================================================
--- stable/6/usr.sbin/wpa/wpa_supplicant/Makefile	Tue Jan  6 19:52:40 2009	(r186837)
+++ stable/6/usr.sbin/wpa/wpa_supplicant/Makefile	Tue Jan  6 20:19:49 2009	(r186838)
@@ -11,7 +11,7 @@ SRCS=	config.c eloop.c common.c md5.c rc
 
 MAN=	wpa_supplicant.8 wpa_supplicant.conf.5
 
-.if ${MK_EXAMPLES} != "no"
+.if !defined(NO_SHARE)
 FILESDIR= ${SHAREDIR}/examples/etc
 FILES=	wpa_supplicant.conf
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901062019.n06KJoDL041002>