diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:16:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:16:04 +0000 |
| commit | a216173556ede5d21d5157db945767a08201aae1 (patch) | |
| tree | 39f12b382ddd99639a5d2e7415eefaadf4ff8ef9 /etc | |
| parent | 83c7ade90a32f8aaff4de282b9fc2493076a54b9 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 04c4233e8806..ee5bfaaeedd0 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 \ |
