diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-30 07:34:14 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-30 07:34:14 +0000 |
| commit | bce0c9275c90f81acd79138fe4df4b842f254080 (patch) | |
| tree | a39a3074b4ef060b3f4e6c97e9b251ef524b0d42 | |
| parent | 2266b8c0d4e74228480140ddcc3ab0c574d96cde (diff) | |
Notes
| -rw-r--r-- | secure/lib/Makefile | 2 | ||||
| -rw-r--r-- | secure/libexec/Makefile | 2 | ||||
| -rw-r--r-- | secure/usr.bin/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index cda370507ae2..48121bdee4ae 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= libcipher -.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5) +.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5) SUBDIR+=libtelnet .endif .if !defined(NO_OPENSSL) diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile index 050058e860ad..16f8b8956fec 100644 --- a/secure/libexec/Makefile +++ b/secure/libexec/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL) +.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5) SUBDIR= telnetd .endif .if !defined(NO_OPENSSL) && !defined(NO_OPENSSH) diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 1c9a8338f011..6be66f42affe 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= bdes -.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5) +.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5) SUBDIR+=telnet .endif .if !defined(NO_OPENSSL) |
