diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 01:19:12 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 01:19:12 +0000 |
| commit | 2ceb2ce9eed6efe8076988a9e81722d6a920245d (patch) | |
| tree | 3e3913f9a690f2310dfc0d620e8803f623b40b54 /lib/libc/compat-43 | |
| parent | 4ea6250be3be954b7960a67df7430716857eff00 (diff) | |
Notes
Diffstat (limited to 'lib/libc/compat-43')
| -rw-r--r-- | lib/libc/compat-43/Makefile.inc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index e4d66f5b2be3..8a4457a1cfe0 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -6,8 +6,11 @@ SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ setregid.c setreuid.c setrgid.c setruid.c sigcompat.c -MAN2+= creat.0 gethostid.0 killpg.0 setregid.0 setreuid.0 setruid.0 \ - sigblock.0 sigpause.0 sigsetmask.0 sigvec.0 +MAN2+= compat-43/creat.2 compat-43/killpg.2 \ + compat-43/setregid.2 compat-43/setreuid.2 compat-43/sigblock.2 \ + compat-43/sigpause.2 compat-43/sigsetmask.2 compat-43/sigvec.2 -MLINKS+=setruid.2 setrgid.2 +MAN3+= compat-43/gethostid.3 compat-43/setruid.3 + +MLINKS+=setruid.3 setrgid.3 MLINKS+=gethostid.2 sethostid.2 |
