svn commit: r291599 - head/lib/lib80211
Bryan Drewery
bdrewery at FreeBSD.org
Tue Dec 1 17:31:23 UTC 2015
Author: bdrewery
Date: Tue Dec 1 17:31:22 2015
New Revision: 291599
URL: https://svnweb.freebsd.org/changeset/base/291599
Log:
No trailing slash is needed here.
Modified:
head/lib/lib80211/Makefile
Modified: head/lib/lib80211/Makefile
==============================================================================
--- head/lib/lib80211/Makefile Tue Dec 1 17:01:27 2015 (r291598)
+++ head/lib/lib80211/Makefile Tue Dec 1 17:31:22 2015 (r291599)
@@ -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
More information about the svn-src-head
mailing list