summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m68k/string/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 05:38:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 05:38:17 +0000
commit462fe1c05915e37987580d4c740391c27b280c31 (patch)
treea3de408e51dd2b180055fd3ce88a7a2929452cf2 /lib/libc/arch/m68k/string/Makefile.inc
parent86b4fdd623d3c50d7bfd9427c2c9208454cd0da7 (diff)
update from netbsd
Diffstat (limited to 'lib/libc/arch/m68k/string/Makefile.inc')
-rw-r--r--lib/libc/arch/m68k/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/m68k/string/Makefile.inc b/lib/libc/arch/m68k/string/Makefile.inc
index 8ed076485f3..e06c0d02828 100644
--- a/lib/libc/arch/m68k/string/Makefile.inc
+++ b/lib/libc/arch/m68k/string/Makefile.inc
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:45 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.2 1995/10/21 20:24:48 jtc Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
- rindex.S strcat.c strcmp.S strcpy.S strcspn.c strlen.S \
+ rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \
strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \
strspn.c strstr.c swab.S
SRCS+= memcpy.S memmove.S strchr.S strrchr.S