diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-04-25 10:00:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-04-25 10:00:04 +0000 |
| commit | a87df1c4d5bba6ac46c96665a7bcee743483962c (patch) | |
| tree | b3b3b9f3e8043cab674a03d96da4078225feaf8b /lib/libc | |
| parent | 3fc3004e033f8596d1c450b4cfc5a58a6d5c9d33 (diff) | |
Notes
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 |
