From f7422c595d51df9957ded6f17cf7e26acfd0adde Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 12 Jul 2009 16:31:54 -1000 Subject: [PATCH] Oops! Actually install /usr/libexec/telnetd. Noticed-by: swildner --- libexec/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libexec/Makefile b/libexec/Makefile index 471a9f7aa5..f80668a934 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -28,6 +28,7 @@ SUBDIR= atrun \ rtld-elf \ talkd \ tcpd \ + telnetd \ tftpd \ xtend \ ypxfr @@ -36,10 +37,4 @@ SUBDIR= atrun \ SUBDIR+=mail.local smrsh .endif -.if defined(RELEASEDIR) || \ - !exists(${.CURDIR}/../secure) || defined(NO_CRYPT) -# make release needs both -SUBDIR+=telnetd -.endif - .include -- 2.11.4.GIT