diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-29 19:45:25 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-29 19:45:25 +0000 |
| commit | 153193f39262bff448307d2a0d1fb49dce1c52fb (patch) | |
| tree | 871eaa1f90dd54e361097aada3ab0ab45ac2109b /lib/Makefile | |
| parent | f73c1ad4e07fc48184d67a253ee388f90b2a7e16 (diff) | |
Notes
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 96a409a9e14c..a1d46e4d6cd3 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) |
