Slightly alter the handling of LOCAL_LIB_DIRS to skip addition of
commit71d962211a50e494c44ab9eca034fa74200c84eb
authorbrooks <brooks@FreeBSD.org>
Fri, 21 Nov 2014 18:35:48 +0000 (21 18:35 +0000)
committerbrooks <brooks@FreeBSD.org>
Fri, 21 Nov 2014 18:35:48 +0000 (21 18:35 +0000)
treeeebeab0ae6f3bb3e255872ece9c6c493bbfdc461
parent3667f63bfebe8b4966fea8062ebbb2de2dcc6cc5
Slightly alter the handling of LOCAL_LIB_DIRS to skip addition of
directories in LOCAL_LIB_DIRS if they are subdirectories of directories
listed in LOCAL_DIRS.  This allows a hierarchy like:

foo
foo/lib
foo/usr.bin
foo/usr.sbin

to be supported with LOCAL_DIRS=foo LOCAL_DIRS=foo/lib.

MFC after: 1 week
Sponsored by: DARPA, AFRL
Makefile.inc1