git: b7ddf9fe9966 - main - tftp-proxy: move to the pf package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 15:39:46 UTC
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=b7ddf9fe9966a092999c7d94bd05aab957e726c6 commit b7ddf9fe9966a092999c7d94bd05aab957e726c6 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-05-05 15:21:56 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-05-05 15:39:25 +0000 tftp-proxy: move to the pf package tftp-proxy is part of pf and isn't useful without it, so move it to the pf package (where its friend ftp-proxy already lives). Reviewed by: manu, kp, des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50145 --- libexec/tftp-proxy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/tftp-proxy/Makefile b/libexec/tftp-proxy/Makefile index 9b28b2d8aa4b..98b3b3e6ab78 100644 --- a/libexec/tftp-proxy/Makefile +++ b/libexec/tftp-proxy/Makefile @@ -1,5 +1,6 @@ .PATH: ${SRCTOP}/contrib/pf/tftp-proxy +PACKAGE= pf PROG= tftp-proxy SRCS= tftp-proxy.c filter.c MAN= tftp-proxy.8