summaryrefslogtreecommitdiff
path: root/lib/libc/arch/hppa
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-04-25 00:24:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-04-25 00:24:00 +0000
commit7238618343f71add262449933dd11c0c9e6c58f0 (patch)
treebf466cc9745f6a680c78501336d006b889297f38 /lib/libc/arch/hppa
parentc48bf4c6f93698bb9611df3c3d4b9fc6b133c4bc (diff)
missing parts from last commit
Diffstat (limited to 'lib/libc/arch/hppa')
-rw-r--r--lib/libc/arch/hppa/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/hppa/string/Makefile.inc b/lib/libc/arch/hppa/string/Makefile.inc
index 81a6688386e..6d0503624da 100644
--- a/lib/libc/arch/hppa/string/Makefile.inc
+++ b/lib/libc/arch/hppa/string/Makefile.inc
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.1 1998/08/28 20:59:41 mickey Exp $
+# $OpenBSD: Makefile.inc,v 1.2 1999/04/25 00:23:57 millert Exp $
SRCS+= memchr.c memcmp.c memset.c index.c rindex.c \
- strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
+ strcat.c strcmp.c strcpy.c strcspn.c strlcpy.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
SRCS+= bcmp.S bcopy.S bzero.S ffs.S memmove.S