From 4232f826683298e85d469c0ef17259cecd13b2c7 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin 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/libbegemot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libbegemot') diff --git a/lib/libbegemot/Makefile b/lib/libbegemot/Makefile index 27baf563cff6..ed22586b6f6a 100644 --- a/lib/libbegemot/Makefile +++ b/lib/libbegemot/Makefile @@ -6,7 +6,7 @@ LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot LIB= begemot SHLIB_MAJOR= 4 -SHLIBDIR?= /lib +SHLIBDIR= /lib CFLAGS+= -DUSE_SELECT -DQUADFMT='"ll"' SRCS= rpoll.c -- cgit v1.2.3