summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m68k/string
diff options
context:
space:
mode:
authorokan <okan@openbsd.org>2012-09-04 03:10:42 +0000
committerokan <okan@openbsd.org>2012-09-04 03:10:42 +0000
commitac9b4aacc1da35008afea06a5d23c2f2dea9b93e (patch)
tree9f31f62c6254f942b6c280656f253701856be86d /lib/libc/arch/m68k/string
parentthese are no longer used; ok guenther (diff)
downloadwireguard-openbsd-ac9b4aacc1da35008afea06a5d23c2f2dea9b93e.tar.xz
wireguard-openbsd-ac9b4aacc1da35008afea06a5d23c2f2dea9b93e.zip
remove lint leftovers; ok guenther@
Diffstat (limited to 'lib/libc/arch/m68k/string')
-rw-r--r--lib/libc/arch/m68k/string/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/arch/m68k/string/Makefile.inc b/lib/libc/arch/m68k/string/Makefile.inc
index 808bdd512fb..8c8cbf4aa7a 100644
--- a/lib/libc/arch/m68k/string/Makefile.inc
+++ b/lib/libc/arch/m68k/string/Makefile.inc
@@ -1,9 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.6 1999/04/25 00:23:58 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2012/09/04 03:10:42 okan Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlcpy.S strlen.S \
strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \
strspn.c strstr.c swab.S
SRCS+= memcpy.S memmove.S strchr.S strrchr.S
-LSRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memcmp.c memset.c rindex.c \
- strcmp.c strcpy.c strlcpy.c strlen.c strncmp.c strncpy.c swab.c