summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sh/string
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2012-09-04 03:10:43 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2012-09-04 03:10:43 +0000
commit59863132212aa5445eb86ee1a2bab3609b53e08a (patch)
tree3c56bc196f535625e8ac165a1f4d84e809e84178 /lib/libc/arch/sh/string
parentb8579dcb5c2fb1b397333d37c3af20f23ba5673f (diff)
remove lint leftovers; ok guenther@
Diffstat (limited to 'lib/libc/arch/sh/string')
-rw-r--r--lib/libc/arch/sh/string/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/arch/sh/string/Makefile.inc b/lib/libc/arch/sh/string/Makefile.inc
index 4dd96d5aee1..db779e0746f 100644
--- a/lib/libc/arch/sh/string/Makefile.inc
+++ b/lib/libc/arch/sh/string/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.2 2007/05/15 18:42:31 otto Exp $
+# $OpenBSD: Makefile.inc,v 1.3 2012/09/04 03:10:42 okan Exp $
# $NetBSD: Makefile.inc,v 1.3 2002/11/20 14:23:54 itohy Exp $
SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.S \
@@ -6,5 +6,3 @@ SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.S \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c strlcpy.c strlcat.c
SRCS+= memcpy.S memmove.S
-
-LSRCS+= bcopy.c bzero.c ffs.c memset.c memcpy.c memmove.c