summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/string
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2007-05-15 18:42:31 +0000
committerotto <otto@openbsd.org>2007-05-15 18:42:31 +0000
commit94fd4554194a14f126fba33b837cc68a1df42468 (patch)
tree576be751a1c5c97064d3c6ae7820ec886743ef77 /lib/libc/arch/vax/string
parentregen (diff)
downloadwireguard-openbsd-94fd4554194a14f126fba33b837cc68a1df42468.tar.xz
wireguard-openbsd-94fd4554194a14f126fba33b837cc68a1df42468.zip
fix some lint 'xxx used, but not defined' warnings by properly adding
stuff to LSRCS
Diffstat (limited to 'lib/libc/arch/vax/string')
-rw-r--r--lib/libc/arch/vax/string/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/arch/vax/string/Makefile.inc b/lib/libc/arch/vax/string/Makefile.inc
index 70e2072b298..35739abe7c2 100644
--- a/lib/libc/arch/vax/string/Makefile.inc
+++ b/lib/libc/arch/vax/string/Makefile.inc
@@ -1,7 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.5 1999/04/25 00:23:59 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.6 2007/05/15 18:42:31 otto 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 \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
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 \
+ memmove.c