Don't rely on dependency in Makefile.inc1 for strfile; make datfiles depend on strfile
authorngie <ngie@FreeBSD.org>
Tue, 7 Mar 2017 04:33:17 +0000 (04:33 +0000)
committerngie <ngie@FreeBSD.org>
Tue, 7 Mar 2017 04:33:17 +0000 (04:33 +0000)
commitb3ab3446b82ff5112e8337cad619673591dce95b
tree7556d46cee9115f998f1e37fa2e55e24c034a541
parentbf96629651a62e90dabf7426ccc69ceb8c71fb52
Don't rely on dependency in Makefile.inc1 for strfile; make datfiles depend on strfile

In most cases strfile is built as part of build-tools, but in the event that someone
cd'ed to the directory, tried to build from scratch, and had MK_GAMES=no previously,
the build would fail in .../datfiles , trying to find strfile .

Mark this directory tree "SUBDIR_PARALLEL" safe to help facilitate this, instead of
shuffling around the SUBDIR entries (all of the other Makefiles will build standalone).

MFC after: 1 week
Sponsored by: Dell EMC Isilon
usr.bin/fortune/Makefile