summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-09-28 09:08:48 +0000
committerMark Murray <markm@FreeBSD.org>1997-09-28 09:08:48 +0000
commit0e8089efefb0b368d798676cc0d323d959753e7c (patch)
tree2e9a22d4f0852f5d5211c5e82f2d6d353117f68e
parent1ba18872f44f10b7dcb13436a88c9df2605bfe82 (diff)
Notes
-rw-r--r--lib/Makefile7
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