diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:49:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:49:24 +0000 |
commit | e57fb6ec1e4015766ccee169f8cfad54c6933686 (patch) | |
tree | fed5e766dd99e41f67c286877457ff39c378bca0 /lib/libssl | |
parent | c9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff) |
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/crypto/Makefile | 3 | ||||
-rw-r--r-- | lib/libssl/ssl/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index 26577285ccd..66cc55c93b1 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.43 2005/05/10 14:03:22 markus Exp $ +# $OpenBSD: Makefile,v 1.44 2005/11/24 20:49:21 deraadt Exp $ LIB= crypto +WANTLINT= SSLEAYDIST= src SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile index 9dc278a633f..dd5ff5720cc 100644 --- a/lib/libssl/ssl/Makefile +++ b/lib/libssl/ssl/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.20 2005/03/30 13:08:02 markus Exp $ +# $OpenBSD: Makefile,v 1.21 2005/11/24 20:49:23 deraadt Exp $ LIB= ssl +WANTLINT= SSLEAYDIST= src |