https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217951
Bug ID: 217951
Summary: tftp-proxy depends on WITH_PF but not WITH_TFTP
Product: Base System
Version: 11.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
The tftp proxy is installed if pf is available. From libexec/Makefile :
.if ${MK_PF} != "no"
_tftp-proxy= tftp-proxy
.endif
Shouldn't it depend on tftpd as well, with something like :
.if ${MK_PF} != "no" && ${MK_TFTP} != "no
and the corresponding changes in OptionalObsoleteFiles.inc ?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"