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

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

View File

@ -28,6 +28,10 @@ SUBDIR+= libcrypt
.if !exists(../secure) || defined(NOSECURE)
SUBDIR+= libtelnet
.else
.if defined(RELEASEDIR)
# releases do need both libraries
SUBDIR+= libtelnet
.endif
SUBDIR+= ../secure/lib/libtelnet
.endif