mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
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:
parent
cc697d22c4
commit
d5677b0b8b
1 changed files with 0 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue