Browse Source

strftime is no longer in this directory

OPENBSD_2_3
tholo 26 years ago
parent
commit
7aa88bcdf1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/string/Makefile.inc

+ 3
- 3
src/lib/libc/string/Makefile.inc View File

@ -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


Loading…
Cancel
Save