Only build libtelnet if the secure libtelnet is not going to be built.

Reviewed by:	rgrimes
This commit is contained in:
Mark Murray 1995-08-06 11:14:09 +00:00
parent 3b9d90c08c
commit f547de18d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9957

View File

@ -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