diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-01 16:08:38 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-01 16:08:38 +0000 |
| commit | e5e23ecc470b682b0304c9f57ccb5be73ae44f84 (patch) | |
| tree | e41ad932d73075ad0cf5373936f53a6ca231c2cc /lib/libelf | |
| parent | 4fc31adf6a2b38813d3d3e7d350ff6e3b5081887 (diff) | |
Notes
Diffstat (limited to 'lib/libelf')
| -rw-r--r-- | lib/libelf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index 51509f71d71f..f6229213851c 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 \ |
