From 026dd985be09db7b32cec01d2339d4c7576efbcd Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 30 Apr 2003 07:34:14 +0000 Subject: NOSECURE is implied by NOCRYPT, meaning if the latter is defined we won't be here. --- secure/usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/usr.bin') diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 1c9a833..6be66f4 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) -- cgit v1.1