summaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tftp-proxy/Makefile')
-rw-r--r--libexec/tftp-proxy/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/tftp-proxy/Makefile b/libexec/tftp-proxy/Makefile
new file mode 100644
index 00000000000..b5f4eefc089
--- /dev/null
+++ b/libexec/tftp-proxy/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.1 2005/12/28 19:07:07 jcs Exp $
+
+PROG= tftp-proxy
+SRCS= tftp-proxy.c filter.c
+MAN= tftp-proxy.8
+
+.include <bsd.prog.mk>