diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-13 20:30:16 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-13 20:30:16 +0000 |
| commit | ba0f8ead950f64d34e8f7bca98cea2789b9a0246 (patch) | |
| tree | 3cdda83ae2a6a5a95dd51309969527a9c7aab6b9 /lib/Makefile | |
| parent | 55207c2d12cbbcc8644f4d913978492a18a6ebc6 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 92e350842ca0..d5f1cafd15ad 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -30,14 +30,14 @@ SUBDIR+= libcrypt .endif .endif -.if !exists(../secure) || defined(NOSECURE) +.if !exists(../eBones) || defined(NOSECURE) SUBDIR+= libtelnet .else .if defined(RELEASEDIR) # releases do need both libraries SUBDIR+= libtelnet .endif -SUBDIR+= ../secure/lib/libtelnet +SUBDIR+= ../eBones/lib/libtelnet .endif .if defined(WANT_CSRG_LIBM) |
