diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-15 20:22:50 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-15 20:22:50 +0000 |
| commit | 2ec6a0bc466b624278a84289dfbac8cd1a5e117e (patch) | |
| tree | 9946266c69bbae0424881d6dd15b2468b6991ca9 /lib/Makefile | |
| parent | fa2259b9bb58d292441c990941abd8f72ba0c6aa (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index c5d1fac0cc6c..dbf840adedb2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -72,7 +72,8 @@ _compat= compat _libtelnet= libtelnet .endif -.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) +.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) \ + && !defined(NOSECURE) _libmp= libmp .endif |
