diff options
author | ache <ache@FreeBSD.org> | 1995-09-29 19:45:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-29 19:45:25 +0000 |
commit | 0c2fa63795a9bd89c929fa5597d7d9f2934511cc (patch) | |
tree | 871eaa1f90dd54e361097aada3ab0ab45ac2109b /lib/Makefile | |
parent | a8d5404334b3d14d44ce941961237b6d4a48f386 (diff) | |
download | FreeBSD-src-0c2fa63795a9bd89c929fa5597d7d9f2934511cc.zip FreeBSD-src-0c2fa63795a9bd89c929fa5597d7d9f2934511cc.tar.gz |
Build secure libtelnet if available and allowed
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 96a409a..a1d46e4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,6 +17,8 @@ SUBDIR+= libc libcompat libcom_err libcrypt libcurses libedit \ .if !exists(../secure) || defined(NOSECURE) SUBDIR+= libtelnet +.else +SUBDIR+= ../secure/lib/libtelnet .endif .if defined(WANT_CSRG_LIBM) |