https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809
--- Comment #8 from Jan Beich <[email protected]> --- > $ cd `make -V WRKSRC)/programs` Sorry for tcsh-style typo: $ cd $(make -V WRKSRC)/programs or $ cd `make -V WRKSRC`/programs -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
