From 9fb85ece8b4762e6e233907d48c333aba4b450b7 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 15 Jun 2015 15:34:20 +0000 Subject: 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 --- lib/libmt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libmt') diff --git a/lib/libmt/Makefile b/lib/libmt/Makefile index 6fe5920..695e953 100644 --- a/lib/libmt/Makefile +++ b/lib/libmt/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= mt -SHLIBDIR?= /lib +SHLIBDIR= /lib SRCS= mtlib.c INCS= mtlib.h -- cgit v1.1