diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-08 11:34:32 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-08 11:34:32 +0000 |
| commit | c4be7158c827acca5e3ccc04d81d95e424a8f181 (patch) | |
| tree | e20d0b8456b1a707629cfff82f79de0ecea362d1 | |
| parent | 5f169eef3e29ca5f5a7a2cd2847a9980108405eb (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index ebe1692ce5f4..8798677f89f8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -30,7 +30,7 @@ SUBDIR+= libcrypt .endif .endif -.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) +.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES) SUBDIR+= libtelnet .else .if defined(RELEASEDIR) |
