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: freebsd-bugs@FreeBSD.org Reporter: philippe.mich...@sfr.fr 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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"