From 83807ec50da2dec25df74073d007a33ae79d8bfd Mon Sep 17 00:00:00 2001 From: mlaier Date: Tue, 3 Jul 2007 12:46:08 +0000 Subject: Link pf 4.1 to the build: - move ftp-proxy from libexec to usr.sbin - add tftp-proxy - new altq mtag link Approved by: re (kensmith) --- libexec/tftp-proxy/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libexec/tftp-proxy/Makefile (limited to 'libexec/tftp-proxy/Makefile') 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 -- cgit v1.1