summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-09-28 09:14:41 +0000
committermarkm <markm@FreeBSD.org>1997-09-28 09:14:41 +0000
commitec8266615b70f7c0bfa95965373c59c9b7b5f896 (patch)
treed7e63d0d3219f10025867b4f4ab867d3d52da8e3 /usr.bin
parenta13ca6e9d24dc63cc35ff3891a1295c76167977e (diff)
downloadFreeBSD-src-ec8266615b70f7c0bfa95965373c59c9b7b5f896.zip
FreeBSD-src-ec8266615b70f7c0bfa95965373c59c9b7b5f896.tar.gz
Changes for KTH KerberosIV.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 38fb1fa..a1d136d 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.88 1997/08/18 18:51:46 jlemon Exp $
+# $Id: Makefile,v 1.89 1997/09/17 20:46:58 joerg Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct units xsend
@@ -33,15 +33,10 @@ SUBDIR+=gprof4
SUBDIR+=tclsh
.endif
-.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
-SUBDIR+=telnet
-.else
-.if defined(RELEASEDIR)
+.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
# releases do need both
SUBDIR+=telnet
.endif
-SUBDIR+= ../eBones/usr.bin/telnet
-.endif
# Cmp, look and tail all use mmap, so new-VM only.
# F77 and pascal are VAX/Tahoe only.
OpenPOWER on IntegriCloud