On Mon, 26 Apr 2010, Martin Husemann wrote: > On Mon, Apr 26, 2010 at 03:25:37PM +1000, Geoff Wing wrote: > > This presumes that every system where you wish to run "postinstall" has > > access and availability to their system's tooldir "nbcat". > > If USE_TOOLS != yes it should just use cat (or explicitly /bin/cat).
If USETOOLS != yes, then bsd.own.mk sets TOOL_CAT = cat, so it should be fine for the makefile target to run ${TOOL_CAT}. Perhaps postinstall should explicitly pass USETOOLS=no when it invokes "make emit_dist_file". --apb (Alan Barrett)