summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-01 16:08:38 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-01 16:08:38 +0000
commit3912a05d61769f238aa5fd84a08571e4902be768 (patch)
treee41ad932d73075ad0cf5373936f53a6ca231c2cc
parent878e05a4e424c353a704a4429be85f82d812213e (diff)
downloadFreeBSD-src-3912a05d61769f238aa5fd84a08571e4902be768.zip
FreeBSD-src-3912a05d61769f238aa5fd84a08571e4902be768.tar.gz
Correct r291566 for defining SHLIBDIR.
This must happen before including bsd.own.mk which sets the default to /usr/lib. X-MFC-With: r291566 Reported by: Max N. Boyarov
-rw-r--r--lib/libelf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index 51509f7..f622921 100644
--- a/lib/libelf/Makefile
+++ b/lib/libelf/Makefile
@@ -1,4 +1,7 @@
# $FreeBSD$
+
+SHLIBDIR?= /lib
+
.include <bsd.own.mk>
TOP= ${.CURDIR}/../../contrib/elftoolchain
@@ -7,7 +10,6 @@ SRCDIR= ${TOP}/libelf
.PATH: ${SRCDIR}
LIB= elf
-SHLIBDIR?= /lib
SRCS= elf.c \
elf_begin.c \
OpenPOWER on IntegriCloud