From 4d2b19e1373aab0ef54bce5fe16c6e37a1141022 Mon Sep 17 00:00:00 2001 From: Eirik Nygaard Date: Wed, 19 Jan 2005 18:20:47 +0000 Subject: [PATCH] Kerberos no longer comes with it's own telnet, so always build the one in src/usr.bin/ --- usr.bin/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 57fccb6e2e..dda12dbac0 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,6 +1,6 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 # $FreeBSD: src/usr.bin/Makefile,v 1.144.2.17 2003/01/04 17:17:07 obrien Exp $ -# $DragonFly: src/usr.bin/Makefile,v 1.24 2004/12/13 21:48:16 joerg Exp $ +# $DragonFly: src/usr.bin/Makefile,v 1.25 2005/01/19 18:20:47 eirikn Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend @@ -168,6 +168,7 @@ SUBDIR= alias \ tar \ tcopy \ tee \ + telnet \ tftp \ time \ tip \ @@ -217,12 +218,6 @@ SUBDIR= alias \ ypmatch \ ypwhich -.if defined(RELEASEDIR) || \ - !exists(${.CURDIR}/../secure) || defined(NOCRYPT) -# Releases need both this non-crypt telnet and the crypt telnet. -SUBDIR+=telnet -.endif - .if !defined(NO_BIND) SUBDIR+=dig \ host \ -- 2.41.0