summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2012-04-29 12:48:52 +0000
committerbschmidt <bschmidt@FreeBSD.org>2012-04-29 12:48:52 +0000
commitfe557e13aa08005929af052e987040ea144902bb (patch)
treeb152261fd10e0a36edf3a2616a92ece8ae1b593b /usr.sbin/wpa
parent81a3e2b46db5474df3633b850805e5e981a6cbb4 (diff)
downloadFreeBSD-src-fe557e13aa08005929af052e987040ea144902bb.zip
FreeBSD-src-fe557e13aa08005929af052e987040ea144902bb.tar.gz
Fix WITHOUT_EXAMPLES build:
While removing unnecessary entries from .PATH.c I missed that for the examples WPA_SUPPLICANT_DISTDIR/HOSTAPD_DISTDIR is explicitly added to .PATH. Tested by: lev MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/hostapd/Makefile3
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/wpa/hostapd/Makefile b/usr.sbin/wpa/hostapd/Makefile
index 84835e5..273c127 100644
--- a/usr.sbin/wpa/hostapd/Makefile
+++ b/usr.sbin/wpa/hostapd/Makefile
@@ -2,7 +2,8 @@
.include "${.CURDIR}/../Makefile.inc"
-.PATH.c:${WPA_DISTDIR}/src/drivers
+.PATH.c:${HOSTAPD_DISTDIR} \
+ ${WPA_DISTDIR}/src/drivers
PROG= hostapd
SRCS= accounting.c \
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index 8a2340b..6c352ab 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -2,7 +2,8 @@
.include "${.CURDIR}/../Makefile.inc"
-.PATH.c:${WPA_DISTDIR}/src/drivers
+.PATH.c:${WPA_SUPPLICANT_DISTDIR} \
+ ${WPA_DISTDIR}/src/drivers
PROG= wpa_supplicant
SRCS= aes-unwrap.c \
OpenPOWER on IntegriCloud