summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-02-13 09:20:16 +0000
committerjoerg <joerg@FreeBSD.org>1996-02-13 09:20:16 +0000
commit20acc5794c65576fd8b2bb8efaa92b44ee017689 (patch)
tree3adbc5629121fb314d46741002e5fd0550e6edc0 /libexec
parent4b515e8781f22b6931b8c9340fff2edd14443602 (diff)
downloadFreeBSD-src-20acc5794c65576fd8b2bb8efaa92b44ee017689.zip
FreeBSD-src-20acc5794c65576fd8b2bb8efaa92b44ee017689.tar.gz
Include both, the regular and the `secure' telnetd, when building
a release.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile4
1 files changed, 4 insertions, 0 deletions
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
OpenPOWER on IntegriCloud