From 12e35e512e2f57bd100e666beac9be3b983046ed Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 29 Sep 1995 19:47:51 +0000 Subject: Build secure telnetd if available and allowed --- libexec/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libexec') diff --git a/libexec/Makefile b/libexec/Makefile index ffebb8bb62333..5364abdf0db54 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 -- cgit v1.3