diff options
author | 2001-08-19 04:14:03 +0000 | |
---|---|---|
committer | 2001-08-19 04:14:03 +0000 | |
commit | b79798a89280298048515da58b217526774128e1 (patch) | |
tree | 7b2cbe89763ebcc5f1af19ff9593ec008833a1cc | |
parent | transparent ftp proxy, based on Obtuse Systems juniper stuff with much (diff) | |
download | wireguard-openbsd-b79798a89280298048515da58b217526774128e1.tar.xz wireguard-openbsd-b79798a89280298048515da58b217526774128e1.zip |
build ftp-proxy
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 96ab5e741c8..a14d9c18ec4 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.24 2001/07/08 17:56:33 millert Exp $ +# $OpenBSD: Makefile,v 1.25 2001/08/19 04:14:03 beck Exp $ .include <bsd.own.mk> -SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lockspool \ +SUBDIR= atrun comsat fingerd ftpd ftp-proxy getNAME getty identd lockspool \ mail.local makewhatis rexecd rlogind rshd \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \ talkd tcpd telnetd tftpd uucpd smtpd |