summaryrefslogtreecommitdiffstats
path: root/libexec/tftp-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tftp-proxy')
-rw-r--r--libexec/tftp-proxy/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/tftp-proxy/Makefile b/libexec/tftp-proxy/Makefile
new file mode 100644
index 0000000..45d8068
--- /dev/null
+++ b/libexec/tftp-proxy/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/pf/tftp-proxy
+
+PROG= tftp-proxy
+SRCS= tftp-proxy.c filter.c
+MAN= tftp-proxy.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud