summaryrefslogtreecommitdiffstats
path: root/lib/libedit
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/libedit
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/libedit')
-rw-r--r--lib/libedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 8a97ce0..d957d3c 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -4,7 +4,7 @@
LIB= edit
SHLIB_MAJOR= 7
-SHLIBDIR?= /lib
+SHLIBDIR= /lib
OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
hist.c keymacro.c map.c chartype.c \
OpenPOWER on IntegriCloud