diff options
author | okan <> | 2012-08-02 13:38:39 +0000 |
---|---|---|
committer | okan <> | 2012-08-02 13:38:39 +0000 |
commit | 21ba44e4bc7059ef179599c3281c05db274531a6 (patch) | |
tree | a89d0533e2a07e96c0513b6e3ea5d629f1349159 /src/lib/libssl/crypto | |
parent | 27e778b873a136bae1eed4d781f87719907f8250 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | WANTLINT= | ||
5 | 4 | ||
6 | SSLEAYDIST= src | 5 | SSLEAYDIST= src |
7 | SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} | 6 | SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} |