netbsd: support structuredAttrs in setup hook

Tested netbsd.lorder with and without __structuredAttrs.
This commit is contained in:
Wolfgang Walther
2024-09-08 22:11:10 +02:00
parent 88a44bc843
commit c3470fdfb7
@@ -1,6 +1,6 @@
addNetBSDMakeFlags() {
makeFlags="INCSDIR=${!outputDev}/include $makeFlags"
makeFlags="MANDIR=${!outputMan}/share/man $makeFlags"
prependToVar makeFlags "INCSDIR=${!outputDev}/include"
prependToVar makeFlags "MANDIR=${!outputMan}/share/man"
}
preConfigureHooks+=(addNetBSDMakeFlags)