diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/compat-43/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index 8d1ecc31faf7..1d06c57d7302 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -4,10 +4,10 @@ .PATH: ${.CURDIR}/${MACHINE}/compat-43 ${.CURDIR}/compat-43 SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ - setregid.c setreuid.c setrgid.c setruid.c sigcompat.c + setrgid.c setruid.c sigcompat.c MAN2+= compat-43/creat.2 compat-43/killpg.2 \ - compat-43/setregid.2 compat-43/setreuid.2 compat-43/sigblock.2 \ + compat-43/sigblock.2 \ compat-43/sigpause.2 compat-43/sigsetmask.2 compat-43/sigvec.2 MAN3+= compat-43/gethostid.3 compat-43/setruid.3 |
