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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"