git: 9ff084f0fab6 - main - libelf: Link gelf_getchdr.3 to the build

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 29 Nov 2021 18:57:55 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=9ff084f0fab6846aa6f30bb1aac9692461405f86

commit 9ff084f0fab6846aa6f30bb1aac9692461405f86
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-11-29 18:51:38 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-11-29 18:57:24 +0000

    libelf: Link gelf_getchdr.3 to the build
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 lib/libelf/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index 8174f4e06bba..9f21da5267eb 100644
--- a/lib/libelf/Makefile
+++ b/lib/libelf/Makefile
@@ -132,6 +132,7 @@ MAN=	elf.3							\
 	gelf_checksum.3						\
 	gelf_fsize.3						\
 	gelf_getcap.3						\
+	gelf_getchdr.3						\
 	gelf_getclass.3						\
 	gelf_getdyn.3						\
 	gelf_getehdr.3						\
@@ -179,6 +180,7 @@ MLINKS+= \
 MLINKS+= \
 	gelf_checksum.3	elf${E}_checksum.3 	\
 	gelf_fsize.3	elf${E}_fsize.3 	\
+	gelf_getchdr.3	elf${E}_getchdr.3	\
 	gelf_getehdr.3	elf${E}_getehdr.3	\
 	gelf_getphdr.3	elf${E}_getphdr.3	\
 	gelf_getshdr.3	elf${E}_getshdr.3	\