diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2005-11-16 09:17:43 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2005-11-16 09:17:43 +0000 |
commit | 3b8bc6f6511ce6032a5348f0daa8f0999b62c825 (patch) | |
tree | 7ba78ea1a4cfcccba6db73e499e4fb5b11d3dc38 | |
parent | c79f47834f8f18d02e460af84e0c457c65087228 (diff) |
disable old ftp-proxy, ok henning beck
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 28406ff9be7..fe3d6dd9458 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.40 2005/05/24 03:23:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.41 2005/11/16 09:17:42 camield Exp $ .include <bsd.own.mk> -SUBDIR= comsat fingerd ftpd ftp-proxy getNAME getty identd lockspool \ +SUBDIR= comsat fingerd ftpd getNAME getty identd lockspool \ mail.local makewhatis \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd spamd \ spamlogd spamd-setup rshd talkd tcpd tftpd uucpd |