summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc/string
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-03-25 23:31:14 +0000
committertholo <tholo@openbsd.org>1996-03-25 23:31:14 +0000
commitc412f7ac710e4dbf119d2baf809929426cef8d2d (patch)
treed30f957534210d33b4fe6509cada615cd475d652 /lib/libc/arch/sparc/string
parentMake a proper lvalue in INC (diff)
downloadwireguard-openbsd-c412f7ac710e4dbf119d2baf809929426cef8d2d.tar.xz
wireguard-openbsd-c412f7ac710e4dbf119d2baf809929426cef8d2d.zip
Add support for building lint(1) library
Diffstat (limited to 'lib/libc/arch/sparc/string')
-rw-r--r--lib/libc/arch/sparc/string/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/arch/sparc/string/Makefile.inc b/lib/libc/arch/sparc/string/Makefile.inc
index a4f403b1713..47819f34384 100644
--- a/lib/libc/arch/sparc/string/Makefile.inc
+++ b/lib/libc/arch/sparc/string/Makefile.inc
@@ -4,3 +4,4 @@ SRCS+= bcmp.c bcopy.c bzero.S ffs.S index.c memchr.c memcmp.c memset.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
+LSRCS+= bzero.c ffs.c strlen.c