mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
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:
parent
460378bf13
commit
620c4e951f
2 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue