summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftp-proxy/Makefile')
-rw-r--r--libexec/ftp-proxy/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/ftp-proxy/Makefile b/libexec/ftp-proxy/Makefile
new file mode 100644
index 0000000..4aa4684
--- /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>
OpenPOWER on IntegriCloud