summaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-02-22 07:17:42 +0000
committerMark Murray <markm@FreeBSD.org>1998-02-22 07:17:42 +0000
commit46691eb9d838675676e41ae16937e101aae201a5 (patch)
tree36eddc5bf8ef3aff9eefb34d68459dcc085f64ea /libexec/Makefile
parent8592baea6dcad1dd8f4e30dd09b82ce0800bf325 (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 59c9b6981b88..91d89e603c52 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -7,7 +7,7 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
xtend ypxfr
-.if !(exists(${.CURDIR}/../kerberosIV) && exists(${.CURDIR}/../crypto)) || defined(NOSECURE) || !defined(MAKE_EBONES)
+.if !(exists(${.CURDIR}/../kerberosIV) && exists(${.CURDIR}/../crypto)) || defined(NOSECURE) || !defined(MAKE_KERBEROS4)
SUBDIR+=telnetd
.else
.if defined(RELEASEDIR)