Include both, the regular and the `secure' telnetd, when building
a release.
This commit is contained in:
parent
eb5bc2e765
commit
2ec6fd6a09
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user