summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/string
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2007-05-17 04:32:00 +0000
committerdrahn <drahn@openbsd.org>2007-05-17 04:32:00 +0000
commit0a356263f1a749b376681fe17e08d55e7670e694 (patch)
tree5b6a712a9f96128b86be98375074b4a37ed401d4 /lib/libc/arch/vax/string
parentImprove reentrancy by not using global variable. Removes two (diff)
downloadwireguard-openbsd-0a356263f1a749b376681fe17e08d55e7670e694.tar.xz
wireguard-openbsd-0a356263f1a749b376681fe17e08d55e7670e694.zip
LSRCS should refer to the C source version of asm files 'put it in' deraadt@
Diffstat (limited to 'lib/libc/arch/vax/string')
-rw-r--r--lib/libc/arch/vax/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/string/Makefile.inc b/lib/libc/arch/vax/string/Makefile.inc
index 35739abe7c2..a5855d654ce 100644
--- a/lib/libc/arch/vax/string/Makefile.inc
+++ b/lib/libc/arch/vax/string/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.6 2007/05/15 18:42:31 otto Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2007/05/17 04:32:00 drahn Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlcpy.c strlen.c \
@@ -6,5 +6,5 @@ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
strspn.c strstr.c swab.c
SRCS+= memcpy.S memmove.S
-LSRCS+= bcmp.s bcopy.c bzero.c ffs.c index.c memcmp.c memset.c memcpy.c \
+LSRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memcmp.c memset.c memcpy.c \
memmove.c