diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-30 07:51:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-30 07:51:51 +0000 |
| commit | 6402d39a2b8ca834010410a4de65148adf1a93a6 (patch) | |
| tree | f10a04dba748614dae62d71bc6fe45838eb74f60 /secure/lib/Makefile | |
| parent | bce0c9275c90f81acd79138fe4df4b842f254080 (diff) | |
Notes
Diffstat (limited to 'secure/lib/Makefile')
| -rw-r--r-- | secure/lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 48121bdee4ae..9c8856dcaab5 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,14 +1,14 @@ # $FreeBSD$ SUBDIR= libcipher -.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5) -SUBDIR+=libtelnet -.endif .if !defined(NO_OPENSSL) SUBDIR+=libcrypto libssl .if !defined(NO_OPENSSH) SUBDIR+=libssh .endif +.if !defined(MAKE_KERBEROS5) +SUBDIR+=libtelnet +.endif .endif .include <bsd.subdir.mk> |
