summaryrefslogtreecommitdiffstats
path: root/lib/libxo
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-15 15:34:20 +0000
committerbapt <bapt@FreeBSD.org>2015-06-15 15:34:20 +0000
commit9fb85ece8b4762e6e233907d48c333aba4b450b7 (patch)
tree154d3d5efcf71ba40bf173188459e5f3186f27ec /lib/libxo
parent1aac2948e9f56ddb45abd36052cead08320c2f80 (diff)
downloadFreeBSD-src-9fb85ece8b4762e6e233907d48c333aba4b450b7.zip
FreeBSD-src-9fb85ece8b4762e6e233907d48c333aba4b450b7.tar.gz
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
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile
index 62fface..04558a3 100644
--- a/lib/libxo/Makefile
+++ b/lib/libxo/Makefile
@@ -7,7 +7,7 @@ LIBXO= ${.CURDIR:H:H}/contrib/libxo
LIB= xo
SHLIB_MAJOR=0
-SHLIBDIR?= /lib
+SHLIBDIR= /lib
SRCS= libxo.c
OpenPOWER on IntegriCloud