From e697d2ee0b4b160cf2cbb490a2a60368be66d2ae Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 1 Dec 2015 17:31:22 +0000 Subject: [PATCH] No trailing slash is needed here. --- lib/lib80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib80211/Makefile b/lib/lib80211/Makefile index 18774c612c63..24095107d656 100644 --- a/lib/lib80211/Makefile +++ b/lib/lib80211/Makefile @@ -5,7 +5,7 @@ SHLIBDIR?= /lib SHLIB_MAJOR= 1 SRCS= lib80211_regdomain.c lib80211_ioctl.c -INCSDIR= ${INCLUDEDIR}/lib80211/ +INCSDIR= ${INCLUDEDIR}/lib80211 INCS= lib80211_regdomain.h lib80211_ioctl.h MAN= lib80211.3