mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 00:21:25 +01:00
Only build libtelnet if the secure libtelnet is not going to be built.
Reviewed by: rgrimes
This commit is contained in:
parent
3b9d90c08c
commit
f547de18d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9957
@ -13,7 +13,11 @@ SUBDIR=csu/${MACHINE}
|
||||
SUBDIR+= libc libcompat libcom_err libcrypt libcurses libedit \
|
||||
libf2c libforms \
|
||||
libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \
|
||||
libscsi libskey libss libtelnet libtermcap libutil liby
|
||||
libscsi libskey libss libtermcap libutil liby
|
||||
|
||||
.if !exists(../secure) || defined(NOSECURE)
|
||||
SUBDIR+= libtelnet
|
||||
.endif
|
||||
|
||||
.if defined(WANT_CSRG_LIBM)
|
||||
SUBDIR+= libm
|
||||
|
Loading…
Reference in New Issue
Block a user