diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2005-06-07 14:12:08 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2005-06-07 14:12:08 +0000 |
commit | 017cb04895017ea07d00861226cc44579159a489 (patch) | |
tree | fb711428de149519baa5abc44e8d837c1245446a /usr.sbin/ftp-proxy/Makefile | |
parent | 7aad1a2eda0a9b360cf81dc33ec374c42957dcb3 (diff) |
add OpenBSD cvs tags, prompted by xsa@
Diffstat (limited to 'usr.sbin/ftp-proxy/Makefile')
-rw-r--r-- | usr.sbin/ftp-proxy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile index 2d620c976bd..bc56bdfe7fa 100644 --- a/usr.sbin/ftp-proxy/Makefile +++ b/usr.sbin/ftp-proxy/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2005/06/07 14:12:07 camield Exp $ + PROG= ftp-proxy SRCS= ftp-proxy.c filter.c MAN= ftp-proxy.8 |