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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user