summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
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/string
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/string')
-rw-r--r--lib/libc/string/Makefile.inc17
1 files changed, 6 insertions, 11 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index e95d87d..c91b2ea 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $Id: Makefile.inc,v 1.9 1997/02/22 15:03:21 peter Exp $
+# $Id: Makefile.inc,v 1.10 1997/05/03 03:50:05 jb Exp $
.PATH: ${.CURDIR}/../libc/${MACHINE}/string ${.CURDIR}/../libc/string
@@ -81,17 +81,12 @@ strrchr.po: rindex.c
@mv -f a.out ${.TARGET}
.endif
#
-# Only build man pages with libc.
.if ${LIB} == "c"
-MAN3+= string/bcmp.3 string/bcopy.3 string/bstring.3 string/bzero.3 \
- string/ffs.3 string/index.3 string/memccpy.3 string/memchr.3 \
- string/memcmp.3 string/memcpy.3 string/memmove.3 string/memset.3 \
- string/rindex.3 string/strcasecmp.3 string/strcat.3 string/strchr.3 \
- string/strcmp.3 string/strcoll.3 string/strcpy.3 string/strcspn.3 \
- string/string.3 string/strlen.3 string/strmode.3 \
- string/strdup.3 string/strerror.3 string/strpbrk.3 string/strrchr.3 \
- string/strsep.3 string/strspn.3 string/strstr.3 string/strtok.3 \
- string/strxfrm.3 string/swab.3
+MAN3+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
+ memcmp.3 memcpy.3 memmove.3 memset.3 rindex.3 strcasecmp.3 strcat.3 \
+ strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 string.3 strlen.3 \
+ strmode.3 strdup.3 strerror.3 strpbrk.3 strrchr.3 strsep.3 strspn.3 \
+ strstr.3 strtok.3 strxfrm.3 swab.3
#
MLINKS+=strcasecmp.3 strncasecmp.3
MLINKS+=strcat.3 strncat.3
OpenPOWER on IntegriCloud