summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1998-02-07 20:50:26 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1998-02-07 20:50:26 +0000
commitca78295e12adb08c9d191050e8d39c5908db7d82 (patch)
treef10f97754f3da102259058249a2312aabd0f0c06 /lib/libc/string
parent4c090e3fd2c3d186ded096240131a4cc134a1c2b (diff)
strftime is no longer in this directory
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 347b23204c3..461740e2820 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:33:54 tholo Exp $
+# $OpenBSD: Makefile.inc,v 1.4 1998/02/07 20:50:25 tholo Exp $
# string sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string
SRCS+= bm.c memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \
- strftime.c strmode.c strsignal.c strtok.c strxfrm.c \
+ strmode.c strsignal.c strtok.c strxfrm.c \
__strerror.c __strsignal.c
# machine-dependent net sources
@@ -116,7 +116,7 @@ strrchr.ln: rindex.c
MAN+= bm.3 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 strerror.3 strftime.3 \
+ strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strerror.3 \
string.3 strlen.3 strmode.3 strdup.3 strpbrk.3 strrchr.3 strsep.3 \
strsignal.3 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3