diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2005-12-28 19:07:08 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2005-12-28 19:07:08 +0000 |
commit | b12b7bcaf9f575d85bd28c4a297c12a18fb9f3ff (patch) | |
tree | 003f92a7b018a76955dc42a35c2445d0604de843 /libexec/tftp-proxy/Makefile | |
parent | f1613960cb37c5523f53e87820ba81927d6e00d3 (diff) |
import tftp-proxy 1.6, a tftp helper for pf
ok jolan@, msf@, millert@
man page help from jmc@
Diffstat (limited to 'libexec/tftp-proxy/Makefile')
-rw-r--r-- | libexec/tftp-proxy/Makefile | 7 |
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> |