summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips/string
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-03-25 23:31:49 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-03-25 23:31:49 +0000
commit11fe3ba74681b3b35fe669fe360a7772cad3754a (patch)
treef959b101ec70b7e9f47fb43ad87926b59de5fb6a /lib/libc/arch/mips/string
parent57fc76ed93195dead94120a74b200456106bc834 (diff)
Add support for building lint(1) library
Diffstat (limited to 'lib/libc/arch/mips/string')
-rw-r--r--lib/libc/arch/mips/string/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/arch/mips/string/Makefile.inc b/lib/libc/arch/mips/string/Makefile.inc
index b085ea37000..8e741637bc7 100644
--- a/lib/libc/arch/mips/string/Makefile.inc
+++ b/lib/libc/arch/mips/string/Makefile.inc
@@ -4,3 +4,4 @@ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.c memset.c \
rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlen.S \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
+LSRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c rindex.c strcmp.c strlen.c