From d5677b0b8b8a1505edeaafab5606c4f890c1a42d Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 8 Feb 2024 18:21:56 +0000 Subject: [PATCH] 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 --- lib/libsys/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/libsys/Makefile b/lib/libsys/Makefile index b51f4402574..897e033267a 100644 --- a/lib/libsys/Makefile +++ b/lib/libsys/Makefile @@ -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