diff options
author | 2005-05-24 03:23:38 +0000 | |
---|---|---|
committer | 2005-05-24 03:23:38 +0000 | |
commit | f26e47d562e67cb1d8bf5ad634a3aa5d740494c3 (patch) | |
tree | 5685640eadf7bf8b2374ddb0b8b7bff8684ca13a | |
parent | Now that all "other" SADB_DUMP fields are zero, we don't have fix it here. (diff) | |
download | wireguard-openbsd-f26e47d562e67cb1d8bf5ad634a3aa5d740494c3.tar.xz wireguard-openbsd-f26e47d562e67cb1d8bf5ad634a3aa5d740494c3.zip |
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 |