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
This commit is contained in:
Bernhard Schmidt 2012-04-29 12:48:52 +00:00
parent 460378bf13
commit 620c4e951f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234786
2 changed files with 4 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \