After importing the default environment from NetBSD, we discovered that
it doesn't contain /usr/games, which is required for the commands
strfile. This utility is used while generating fortune database.
This patch simply sets TOOL_STRFILE to contain an absolute path.
Change-Id: I2e366a0b67d5258f387c3f5a2a2a581fedead359
TOOL_SOELIM= soelim
TOOL_SPARKCRC= sparkcrc
TOOL_STAT= stat
+.if defined(__MINIX)
+TOOL_STRFILE= /usr/games/strfile
+.else
TOOL_STRFILE= strfile
+.endif # defined(__MINIX)
TOOL_SUNLABEL= sunlabel
TOOL_TBL= tbl
.if defined(__MINIX)