diff options
| author | Mark Murray <markm@FreeBSD.org> | 1997-09-28 09:08:48 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1997-09-28 09:08:48 +0000 |
| commit | 0e8089efefb0b368d798676cc0d323d959753e7c (patch) | |
| tree | 2e9a22d4f0852f5d5211c5e82f2d6d353117f68e /lib | |
| parent | 1ba18872f44f10b7dcb13436a88c9df2605bfe82 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Makefile b/lib/Makefile index 87683303d2ad..9a302a16c40f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -33,15 +33,10 @@ SUBDIR+= libcrypt .endif .endif -.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES) -SUBDIR+= libtelnet -.else -.if defined(RELEASEDIR) +.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4) # releases do need both libraries SUBDIR+= libtelnet .endif -SUBDIR+= ../eBones/lib/libtelnet -.endif .if defined(WANT_CSRG_LIBM) SUBDIR+= libm |
