summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto
diff options
context:
space:
mode:
authorokan <>2012-08-02 13:38:39 +0000
committerokan <>2012-08-02 13:38:39 +0000
commit21ba44e4bc7059ef179599c3281c05db274531a6 (patch)
treea89d0533e2a07e96c0513b6e3ea5d629f1349159 /src/lib/libssl/crypto
parent27e778b873a136bae1eed4d781f87719907f8250 (diff)
downloadopenbsd-21ba44e4bc7059ef179599c3281c05db274531a6.tar.gz
openbsd-21ba44e4bc7059ef179599c3281c05db274531a6.tar.bz2
openbsd-21ba44e4bc7059ef179599c3281c05db274531a6.zip
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
Diffstat (limited to 'src/lib/libssl/crypto')
-rw-r--r--src/lib/libssl/crypto/Makefile3
1 files changed, 1 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.60 2011/07/08 21:30:10 mpf Exp $ 1# $OpenBSD: Makefile,v 1.61 2012/08/02 13:38:39 okan Exp $
2 2
3LIB= crypto 3LIB= crypto
4WANTLINT=
5 4
6SSLEAYDIST= src 5SSLEAYDIST= src
7SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} 6SSL_SRC= ${.CURDIR}/../${SSLEAYDIST}