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
This commit is contained in:
Bryan Drewery 2015-12-01 16:08:38 +00:00
parent 4fc31adf6a
commit e5e23ecc47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291593

View file

@ -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 \