diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-02-20 19:08:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-02-20 19:08:31 +0000 |
| commit | dce9014c6fa8abc34b4825a2231a251c5901de65 (patch) | |
| tree | d515f7454a2f1cc831db540ca4c22b5327b5d855 /libexec | |
| parent | 9561ea4b3985cb29b82e474612315a699baad1d3 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index c051e13ff89e..ca27151f4afc 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -47,7 +47,9 @@ SUBDIR+=rtld-aout SUBDIR+=rtld-elf .endif -.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4) +.if defined(RELEASEDIR) || \ + (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \ + defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4)) # make release needs both SUBDIR+=telnetd .endif |
