libsys: actually install manpages

In initial hacking I'd bluntly disabled manpage installation in libsys,
then later disabled them for libc, but forgot to fix the former leading
to no syscall manapages.

PR:		276887
Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>
This commit is contained in:
Brooks Davis 2024-02-08 18:21:56 +00:00
parent cc697d22c4
commit d5677b0b8b

View file

@ -69,12 +69,4 @@ SRCS+=_umtx_op_err.c
VERSION_DEF=${LIBC_SRCTOP}/Versions.def
SYMBOL_MAPS=${SYM_MAPS}
# XXX: let libc install the manpages for now
MAN=
MLINKS=
# XXX: move sys tests?
#HAS_TESTS=
#SUBDIR.${MK_TESTS}+= tests
.include <bsd.lib.mk>