diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:30:25 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:30:25 +0000 |
| commit | ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3 (patch) | |
| tree | 02f034a43f77b334e2a958993abac4da32ec093c /lib | |
| parent | 22b490943022a4b358794dea89dd489d1435de72 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 383ce01fcab2a..44c1f6aac2691 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -94,7 +94,7 @@ _libthr= libthr _libdisk= libdisk .endif -.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) _libmp= libmp .endif |
