summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-15 16:16:41 +0000
committerbde <bde@FreeBSD.org>1997-10-15 16:16:41 +0000
commitef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62 (patch)
tree996db595d6cfe17fb2d42bb8a87dfbc0ed57c2a4 /lib/libc/compat-43
parentedce646e6cec03bcb56bfcba4ee7cb8ea8d242c7 (diff)
downloadFreeBSD-src-ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62.zip
FreeBSD-src-ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62.tar.gz
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.
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r--lib/libc/compat-43/Makefile.inc9
1 files changed, 3 insertions, 6 deletions
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
OpenPOWER on IntegriCloud