aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1995-08-06 11:20:35 +0000
committerMark Murray <markm@FreeBSD.org>1995-08-06 11:20:35 +0000
commit558914c47f5731a4561ee1c821d99e533299175f (patch)
tree0d9ea5d005b145784edeae4b746f06ca7aa29cc3 /libexec/Makefile
parent2ccab10de2ca19db9736f42c7765812eef95a625 (diff)
downloadsrc-558914c47f5731a4561ee1c821d99e533299175f.tar.gz
src-558914c47f5731a4561ee1c821d99e533299175f.zip
Only build telnetd if secure telnetd is not going to be built.
Reviewed by: rgrimes
Notes
Notes: svn path=/head/; revision=9962
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index a8e225f812a4..ffebb8bb6233 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -2,7 +2,11 @@
SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \
mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \
- rpc.rwalld rshd talkd telnetd tftpd uucpd xtend
+ rpc.rwalld rshd talkd tftpd uucpd xtend
+
+.if !exists(../secure) || defined(NOSECURE)
+SUBDIR+=telnetd
+.endif
# Present but disabled: kpasswdd