Enforce overwritting SHLIBDIR

Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading
bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.

This makes /lib being populated again.

Reported by:	many
This commit is contained in:
Baptiste Daroussin
2015-06-15 15:34:20 +00:00
parent 2f1653808a
commit 4232f82668
35 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ GCCDIR= ${.CURDIR}/../../../contrib/gcc
GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
SHLIB_NAME= libgcc_s.so.1
SHLIBDIR?= /lib
SHLIBDIR= /lib
.include <src.opts.mk>
#
+1 -1
View File
@@ -1,6 +1,6 @@
# $FreeBSD$
SHLIBDIR?= /lib
SHLIBDIR= /lib
MK_PROFILE= no
MK_SSP= no