From 21ba44e4bc7059ef179599c3281c05db274531a6 Mon Sep 17 00:00:00 2001 From: okan <> Date: Thu, 2 Aug 2012 13:38:39 +0000 Subject: remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. ok guenther@ --- src/lib/libc/string/Makefile.inc | 22 +--------------------- src/lib/libssl/crypto/Makefile | 3 +-- src/lib/libssl/ssl/Makefile | 3 +-- 3 files changed, 3 insertions(+), 25 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc index 25e67e4f87..6b78a4d007 100644 --- a/src/lib/libc/string/Makefile.inc +++ b/src/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 \ diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 38fc8620ca..c15f623d57 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.60 2011/07/08 21:30:10 mpf Exp $ +# $OpenBSD: Makefile,v 1.61 2012/08/02 13:38:39 okan Exp $ LIB= crypto -WANTLINT= SSLEAYDIST= src SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 3215b33574..0b8e5dfd53 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.24 2012/07/11 11:02:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2012/08/02 13:38:39 okan Exp $ LIB= ssl -WANTLINT= SSLEAYDIST= src -- cgit v1.2.3-55-g6feb