summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-29 19:47:51 +0000
committerache <ache@FreeBSD.org>1995-09-29 19:47:51 +0000
commit3f114f05deb5465811cb6e91a88f82fab23a312d (patch)
treeeec3973dc34057fb3cccd28c3cc9ddc727163543 /libexec/Makefile
parent0c2fa63795a9bd89c929fa5597d7d9f2934511cc (diff)
downloadFreeBSD-src-3f114f05deb5465811cb6e91a88f82fab23a312d.zip
FreeBSD-src-3f114f05deb5465811cb6e91a88f82fab23a312d.tar.gz
Build secure telnetd if available and allowed
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index ffebb8b..5364abd 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -6,6 +6,8 @@ SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \
.if !exists(../secure) || defined(NOSECURE)
SUBDIR+=telnetd
+.else
+SUBDIR+= ../secure/libexec/telnetd
.endif
# Present but disabled: kpasswdd
OpenPOWER on IntegriCloud