aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/compat-43/Makefile.inc')
-rw-r--r--lib/libc/compat-43/Makefile.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc
index ccbc0ab94ec6..798326282996 100644
--- a/lib/libc/compat-43/Makefile.inc
+++ b/lib/libc/compat-43/Makefile.inc
@@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
-# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:51 jb Exp $
+# $Id: Makefile.inc,v 1.6 1997/10/15 16:15:20 bde Exp $
# compat-43 sources
.PATH: ${.CURDIR}/../libc/${MACHINE}/compat-43 ${.CURDIR}/../libc/compat-43
@@ -9,9 +9,8 @@ SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
.if ${LIB} == "c"
MAN2+= creat.2 killpg.2 sigblock.2 sigpause.2 sigsetmask.2 sigvec.2
+MAN3+= gethostid.3 setruid.3
-MAN3+= gethostid.3 setruid.3
-
-MLINKS+=setruid.3 setrgid.3
MLINKS+=gethostid.3 sethostid.3
+MLINKS+=setruid.3 setrgid.3
.endif