From owner-cvs-user Sat Oct 28 23:55:11 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02527 for cvs-user-outgoing; Sat, 28 Oct 1995 23:55:11 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02518 ; Sat, 28 Oct 1995 23:55:04 -0700 Date: Sat, 28 Oct 1995 23:55:04 -0700 From: David Greenman Message-Id: <199510290655.XAA02518@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/secure/usr.bin/telnet Makefile Sender: owner-cvs-user@FreeBSD.org Precedence: bulk davidg 95/10/28 23:55:04 Branch: secure RELENG_2_1_0 secure/lib/libtelnet RELENG_2_1_0 secure/libexec/telnetd RELENG_2_1_0 secure/usr.bin/telnet RELENG_2_1_0 Modified: secure Makefile.inc secure/lib/libtelnet Makefile secure/libexec/telnetd Makefile secure/usr.bin/telnet Makefile Log: Put telnet, telnetd, and libtelnet in the krb distribution where they belong. They should be actually moved in the source tree to be under eBones, but I don't want to mess with that now. This should hopefully fix the main problem people were having when they selected the "des" distribution and not krb, but got the Kerberos version of telnet and friends as a side effect. Submitted by: Justin Gibbs