summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-09-28 09:08:48 +0000
committermarkm <markm@FreeBSD.org>1997-09-28 09:08:48 +0000
commit35fb25639cc2a617a968ed68cbcc5411499c8f8a (patch)
treeff943783843bccde0d75fb6b3396198212d23d00
parent3cd4436ba8c8fa7069eb0abb9a496576e62b1a3b (diff)
downloadFreeBSD-src-35fb25639cc2a617a968ed68cbcc5411499c8f8a.zip
FreeBSD-src-35fb25639cc2a617a968ed68cbcc5411499c8f8a.tar.gz
Changes for KTH KerberosIV
-rw-r--r--lib/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 8768330..9a302a1 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
OpenPOWER on IntegriCloud