diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2004-02-28 21:50:50 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2004-02-28 21:50:50 +0000 |
| commit | 278445ba355938fdabc0918d19bae475e069fdec (patch) | |
| tree | d016b40bab1394f6970ee950fb5dbee5ba58df94 /libexec/ftp-proxy | |
| parent | 4b40c43af8962d34463940257de9d9ce37d72de8 (diff) | |
Notes
Diffstat (limited to 'libexec/ftp-proxy')
| -rw-r--r-- | libexec/ftp-proxy/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/ftp-proxy/Makefile b/libexec/ftp-proxy/Makefile new file mode 100644 index 000000000000..4aa4684a5398 --- /dev/null +++ b/libexec/ftp-proxy/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../contrib/pf/ftp-proxy + +PROG= ftp-proxy +MAN= ftp-proxy.8 + +SRCS= ftp-proxy.c getline.c util.c + +CFLAGS+= -Wall -Werror + +.include <bsd.prog.mk> |
