DragonFlyBSD/src cbb07febin/sh Makefile, bin/sh/mknodes Makefile

sh(1): Add and use pregenerated headers.

These only add 30k to the repo while ensuring that bin/sh would not be
affected by bad shell script invocation etc. As the bonus it solves the
issue in share/initrd too. Nothing in the generated headers should fail
for our use cases. If that would change, please report it.
DeltaFile
+368-0bin/sh/pregenerated/nodes.c
+192-0bin/sh/pregenerated/syntax.c
+163-0bin/sh/pregenerated/nodes.h
+112-0bin/sh/pregenerated/token.h
+101-0bin/sh/pregenerated/builtins.c
+97-0bin/sh/pregenerated/builtins.h
+54-0bin/sh/pregenerated/syntax.h
+14-10bin/sh/Makefile
+10-0bin/sh/mksyntax/Makefile
+10-0bin/sh/mknodes/Makefile
+2-1share/initrd/bin/Makefile
+1-1share/mk/bsd.crunchgen.mk
+1,124-1212 files

UnifiedSplitRaw