summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43/Makefile.inc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 01:19:12 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 01:19:12 +0000
commite017c781cac0ce8879390a958837f07f3ae09f36 (patch)
tree3e3913f9a690f2310dfc0d620e8803f623b40b54 /lib/libc/compat-43/Makefile.inc
parent962b8cc8e0b8959ba3824a40a58f846de4027f04 (diff)
downloadFreeBSD-src-e017c781cac0ce8879390a958837f07f3ae09f36.zip
FreeBSD-src-e017c781cac0ce8879390a958837f07f3ae09f36.tar.gz
First crack at making libc work with the new make macros. It compiles on
my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
Diffstat (limited to 'lib/libc/compat-43/Makefile.inc')
-rw-r--r--lib/libc/compat-43/Makefile.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc
index e4d66f5..8a4457a 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
OpenPOWER on IntegriCloud