diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-01 19:38:15 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-01 19:38:15 +0000 |
| commit | a52672e93841a87b90b686e389c6862dff8d4ebe (patch) | |
| tree | f409dc1499fa26ed2b0e6494affe574c5ada224e /lib/Makefile | |
| parent | 2ab31b05bae57849874622ed5cc3ebaa898c54bb (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 3bb7412d09982..9ada362aa2901 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -79,7 +79,7 @@ _libdisk= libdisk .if defined(RELEASEDIR) || \ (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \ - defined(NOCRYPT) || \ + defined(NOCRYPT) || defined(NO_OPENSSL) || \ (defined(NOSECURE) && !defined(MAKE_KERBEROS5)) _libtelnet= libtelnet .endif |
