summaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-10-07 20:04:17 +0000
committerMark Murray <markm@FreeBSD.org>1999-10-07 20:04:17 +0000
commitb8351749c956994ff08b8857059d0c1a8f4c9295 (patch)
treef99d89910b959af5a99dc23993066ef591bc5110 /libexec/Makefile
parentf05d1ad2e34906054ce025ab91c87b4976a445fc (diff)
Notes
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 9301dc065176..d390ce58fb10 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -19,7 +19,7 @@ SUBDIR+=rtld-aout
SUBDIR+=rtld-elf
.endif
-.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
+.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
# make release needs both
SUBDIR+=telnetd
.endif