diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-05-19 15:52:01 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-05-19 15:52:01 +0000 |
| commit | 7691f66abfbcf43a14ca86b9875c01a31f101db3 (patch) | |
| tree | 9be45a94055cfc0506641b2e8790903643f53b99 /libexec/Makefile | |
| parent | e5b4d90497c3bc6ea11b2c72d76954fb60250da0 (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 29b87de5f867..66a4a01e25b4 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -43,8 +43,7 @@ SUBDIR+=mail.local smrsh .if defined(RELEASEDIR) || \ (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \ - defined(NOCRYPT) || defined(NO_OPENSSL) || \ - (defined(NOSECURE) && defined(NO_KERBEROS)) + defined(NOCRYPT) || defined(NO_OPENSSL) || defined(NO_KERBEROS) # make release needs both SUBDIR+=telnetd .endif |
