summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorokan <okan@openbsd.org>2012-08-02 13:38:38 +0000
committerokan <okan@openbsd.org>2012-08-02 13:38:38 +0000
commit7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444 (patch)
tree3ff4f682e4689e39521cf7f293577e8db9b82a2a /lib/libc/string
parentApply profiling to all threads instead of just the thread that called (diff)
downloadwireguard-openbsd-7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444.tar.xz
wireguard-openbsd-7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444.zip
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc22
1 files changed, 1 insertions, 21 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 25e67e4f875..6b78a4d007b 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.28 2012/01/17 02:48:01 guenther Exp $
+# $OpenBSD: Makefile.inc,v 1.29 2012/08/02 13:38:38 okan Exp $
# string sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/string ${LIBCSRCDIR}/string
@@ -120,26 +120,6 @@ strrchr.so: rindex.c
-o ${.TARGET}
.endif
-# build .ln files for memmove, memcpy, strchr and strrchr always from
-# bcopy, index, and rindex
-LOBJS+= memmove.ln memcpy.ln strchr.ln strrchr.ln
-
-memmove.ln: bcopy.c
- lint ${LINTFLAGS} -DMEMMOVE ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \
- ${LIBCSRCDIR}/string/bcopy.c
-
-memcpy.ln: bcopy.c
- lint ${LINTFLAGS} -DMEMCOPY ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \
- ${LIBCSRCDIR}/string/bcopy.c
-
-strchr.ln: index.c
- lint ${LINTFLAGS} -DSTRCHR ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \
- ${LIBCSRCDIR}/string/index.c
-
-strrchr.ln: rindex.c
- lint ${LINTFLAGS} -DSTRRCHR ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \
- ${LIBCSRCDIR}/string/rindex.c
-
MAN+= bm.3 bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 memccpy.3 memchr.3 \
memcmp.3 memcpy.3 memmove.3 memset.3 stpcpy.3 strcasecmp.3 strcat.3 \
strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strerror.3 \