diff options
| author | Mark Murray <markm@FreeBSD.org> | 1997-09-28 09:14:41 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1997-09-28 09:14:41 +0000 |
| commit | 9cac174188063d19c8c368ba643c770cb389cff5 (patch) | |
| tree | abecdba76b26d7b01d46829f3905e714b9a2dfda /usr.bin | |
| parent | 2ca29c4475a7138ce05709d4e6e9f19e37419d30 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 38fb1fa56f5a..a1d136da9074 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. |
