Include both, the regular and the `secure' telnetd, when building

a release.
This commit is contained in:
Joerg Wunsch 1996-02-13 09:20:16 +00:00
parent eb5bc2e765
commit 2ec6fd6a09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14078

View File

@ -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