diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-30 07:24:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-30 07:24:35 +0000 |
| commit | 2266b8c0d4e74228480140ddcc3ab0c574d96cde (patch) | |
| tree | a043fd521a44cceca31d53c7f2283986b318acb1 /libexec | |
| parent | 2550f696d6307372c244bf2f743aef9957973b3c (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 61f76e3da986b..aa3f26f0f252f 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -38,10 +38,10 @@ SUBDIR+=named-xfer SUBDIR+=mail.local smrsh .endif - .if defined(RELEASEDIR) || \ - (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \ - defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4)) + (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \ + defined(NOCRYPT) || \ + (defined(NOSECURE) && !defined(MAKE_KERBEROS5)) # make release needs both SUBDIR+=telnetd .endif |
