mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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
This commit is contained in:
parent
47cf7c780a
commit
b7ddf9fe99
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue