diff options
author | 2005-11-24 20:49:14 +0000 | |
---|---|---|
committer | 2005-11-24 20:49:14 +0000 | |
commit | e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7 (patch) | |
tree | fef5806effd134a86abbfafd733360309207dd4b /lib/libssl | |
parent | sync (diff) | |
download | wireguard-openbsd-e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7.tar.xz wireguard-openbsd-e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7.zip |
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 |