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

a release.
This commit is contained in:
joerg 1996-02-13 09:17:42 +00:00
parent 3c466005c3
commit 4b515e8781

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