diff options
| author | Kai Wang <kaiw@FreeBSD.org> | 2014-01-21 21:13:13 +0000 |
|---|---|---|
| committer | Kai Wang <kaiw@FreeBSD.org> | 2014-01-21 21:13:13 +0000 |
| commit | 88d795a0a4db8f13f034de59d797219746b4a7c3 (patch) | |
| tree | 173bb3b43455b6a9196a096465e5427fbb2c1f96 /lib/libelf | |
| parent | be1162137693755f5137b20bc4e862c306664321 (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 58692cfe0f3e..c400204118d3 100644 --- a/lib/libelf/Makefile +++ b/lib/libelf/Makefile @@ -82,7 +82,7 @@ sys/elf32.h sys/elf64.h sys/elf_common.h: ${.CURDIR}/../../sys/${.TARGET} mkdir -p ${.OBJDIR}/sys ln -sf ${.CURDIR}/../../sys/${.TARGET} ${.TARGET} -SHLIB_MAJOR= 1 +SHLIB_MAJOR= 2 MAN= elf.3 \ elf_begin.3 \ |
