diff options
Diffstat (limited to 'lib/libssl/crypto')
-rw-r--r-- | lib/libssl/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 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} |