diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-04 10:18:10 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-04 10:18:10 +0000 |
| commit | 479a41ac17843085b65896ccb6d21fddcfaf8748 (patch) | |
| tree | bc019612b0f7937595abc0507aaeb01aa1755fae /secure | |
| parent | 4f6dcec4a0069914e61e5162b33baa7db025ca20 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 42b8aa2ff2b3..74a371fc162c 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_KERBEROS4) && !defined(MAKE_KERBEROS5) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS4) SUBDIR+=telnet .endif .if !defined(NO_OPENSSL) |
