mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
Include both, the regular and the `secure' libtelnet, when building
a release.
This commit is contained in:
parent
b6729ee0c2
commit
eb5bc2e765
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14077
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user