From ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 15 Oct 1997 16:16:41 +0000 Subject: Removed the subdirectory paths from the definitions of MAN[1-9]. They were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago. --- lib/libc/compat-43/Makefile.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lib/libc/compat-43') diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index 25d7763..ccbc0ab 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$ +# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:51 jb Exp $ # compat-43 sources .PATH: ${.CURDIR}/../libc/${MACHINE}/compat-43 ${.CURDIR}/../libc/compat-43 @@ -7,13 +7,10 @@ SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ setrgid.c setruid.c sigcompat.c -# Only build man pages with libc. .if ${LIB} == "c" -MAN2+= compat-43/creat.2 compat-43/killpg.2 \ - compat-43/sigblock.2 \ - compat-43/sigpause.2 compat-43/sigsetmask.2 compat-43/sigvec.2 +MAN2+= creat.2 killpg.2 sigblock.2 sigpause.2 sigsetmask.2 sigvec.2 -MAN3+= compat-43/gethostid.3 compat-43/setruid.3 +MAN3+= gethostid.3 setruid.3 MLINKS+=setruid.3 setrgid.3 MLINKS+=gethostid.3 sethostid.3 -- cgit v1.1