libbe(3): Fix libcompat build

SHLIBDIR should still be optionally set, just before src.opts.mk is included
so that libcompat can properly override it. This fixes lib32 failures
reported by both Jenkins and Michael Butler.

Reported by:	Michael Butler <imb@protected-networks.net>
MFC after:	3 days
X-MFC-With:	r346546
This commit is contained in:
Kyle Evans 2019-04-25 20:48:25 +00:00
parent 125e3b9d9b
commit f0baac9e32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346705

View File

@ -1,10 +1,11 @@
# $FreeBSD$
SHLIBDIR?= /lib
.include <src.opts.mk>
PACKAGE= lib${LIB}
LIB= be
SHLIBDIR= /lib
SHLIB_MAJOR= 1
SHLIB_MINOR= 0