From f4c44b761bde292694f67f1836472277a25fcb75 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 10:16:04 +0000 Subject: NOCRYPT -> NO_CRYPT --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/Makefile b/etc/Makefile index 04c4233..ee5bfaa 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -23,7 +23,7 @@ BIN1= amd.map apmd.conf auth.conf \ BIN1+= printcap .endif -.if !defined(NOCRYPT) && !defined(NO_OPENSSL) +.if !defined(NO_CRYPT) && !defined(NO_OPENSSL) .if !defined(NO_OPENSSH) SSH= ${.CURDIR}/../crypto/openssh/ssh_config \ ${.CURDIR}/../crypto/openssh/sshd_config \ -- cgit v1.1