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:
bdrewery 2015-12-01 16:08:38 +00:00
parent 878e05a4e4
commit 3912a05d61

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 \