1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

WPA_DISTDIR does not need to end in a slash

Since all uses of the macro also append a slash, this leads to double
slashes.

MFC after:	3 days

(cherry picked from commit 9917049b60)
This commit is contained in:
Dimitry Andric 2022-07-16 17:45:26 +02:00
parent eafd8e4ec6
commit 40450c3acb

View File

@ -6,7 +6,7 @@ BINDIR?= /usr/sbin
WARNS?= 0
WPA_DISTDIR?= ${SRCTOP}/contrib/wpa/
WPA_DISTDIR?= ${SRCTOP}/contrib/wpa
WPA_SUPPLICANT_DISTDIR?=${WPA_DISTDIR}/wpa_supplicant
HOSTAPD_DISTDIR?= ${WPA_DISTDIR}/hostapd