From 20acc5794c65576fd8b2bb8efaa92b44ee017689 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 13 Feb 1996 09:20:16 +0000 Subject: Include both, the regular and the `secure' telnetd, when building a release. --- libexec/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libexec') diff --git a/libexec/Makefile b/libexec/Makefile index a4f4b3c..902e646 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -7,6 +7,10 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \ .if !exists(../secure) || defined(NOSECURE) SUBDIR+=telnetd .else +.if defined(RELEASEDIR) +# make release needs both +SUBDIR+=telnetd +.endif SUBDIR+= ../secure/libexec/telnetd .endif -- cgit v1.1