summaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2007-07-03 12:46:08 +0000
committerMax Laier <mlaier@FreeBSD.org>2007-07-03 12:46:08 +0000
commit60ee384760646565a24320d92c5219bc052ce947 (patch)
treed26897c8727f97369ee43f6b4684d5cfc7558dce /libexec/tftp-proxy
parent5ee7cd2107c8ffd1fe70115deabd6599dffb313b (diff)
Notes
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 000000000000..45d806857ef8
--- /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>