diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-05-24 03:23:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-05-24 03:23:39 +0000 |
commit | 176acf0d61a9bbfb686165657a0c98056934ae10 (patch) | |
tree | e7857ce3e1bc0b2ef73ab164c73fe31b21d8ccb9 | |
parent | 39bd672bf023e524717da8b0bdd31d4b00b5d8df (diff) |
unlink telnet from the builds. dead and buried. cleartext protocols
must die. ok everyone, even grudgingly from millert (though we would
have killed it anyways, irregardless of his opinion)
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 9ca76caf2b5..28406ff9be7 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,12 +1,12 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.39 2004/09/28 15:02:01 millert Exp $ +# $OpenBSD: Makefile,v 1.40 2005/05/24 03:23:38 deraadt Exp $ .include <bsd.own.mk> SUBDIR= comsat fingerd ftpd ftp-proxy getNAME getty identd lockspool \ mail.local makewhatis \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd spamd \ - spamlogd spamd-setup rshd talkd tcpd telnetd tftpd uucpd + spamlogd spamd-setup rshd talkd tcpd tftpd uucpd SUBDIR+=login_passwd login_skey login_reject \ login_chpass login_lchpass login_token login_radius login_tis |