summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-15 19:28:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-15 19:28:07 +0000
commit18b2ee82db77066fdb18c8183e02e02f79499328 (patch)
treecfeaf6e9c359394d745699e5ba462ac62f4f470d /lib/libedit
parentc1cb0d799b592988c0cf030fe8d35ef9ef0d7c84 (diff)
downloadsrc-test-18b2ee82db77066fdb18c8183e02e02f79499328.tar.gz
src-test-18b2ee82db77066fdb18c8183e02e02f79499328.zip
Revert r284417 it is not necessary anymore
Notes
Notes: svn path=/head/; revision=284421
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 d957d3c8e832b..8a97ce0f341be 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 \