diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-05-05 07:58:44 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-05-05 07:58:44 +0000 |
| commit | dbf104e68ddd9f971ebc05a68df1e525c3888997 (patch) | |
| tree | 56d309156db9452465ff78724b6b4c3a6e0cbcba /secure/libexec | |
| parent | 2154a1eed3cae747998e1aaf257bc878f5f0f9e4 (diff) | |
Notes
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile index 5a3f79d1e69d..56d09b763832 100644 --- a/secure/libexec/Makefile +++ b/secure/libexec/Makefile @@ -5,7 +5,7 @@ SUBDIR= .if !defined(NO_OPENSSH) SUBDIR+=sftp-server ssh-keysign .endif -.if !defined(MAKE_KERBEROS5) +.if defined(NO_KERBEROS) SUBDIR+=telnetd .endif .endif |
