diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-05 14:13:08 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-05 14:13:08 +0000 |
| commit | a7b5a3d48640f3f5898b05328d71c2949b6b7098 (patch) | |
| tree | d0f41665eb81332765bfb3987d27cb3e509162a2 /lib/libelf | |
| parent | df347c8a2e8ac08df4c1a6058c12b9f01c289cff (diff) | |
Notes
Diffstat (limited to 'lib/libelf')
| -rw-r--r-- | lib/libelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index f4389da9d178..f3fd14d1e2b4 100644 --- a/lib/libelf/Makefile +++ b/lib/libelf/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} SHLIBDIR?= /lib .include <bsd.own.mk> @@ -10,6 +9,7 @@ SRCDIR= ${ELFTCDIR}/libelf .PATH: ${SRCDIR} +PACKAGE= runtime LIB= elf SRCS= elf.c \ |
