{ x[NR] = $0 } END { i = 1 while (i <= NR) { print x[i] split (x[i], y) usage = y[1] name = y[2] print " ", name, usage i++ } } om feed' href='http://git.infra.scholz.ruhr/netbsd/atom/sys/dev/microcode/run/Makefile?h=lockdoc-10.99.5-vfs-0.3' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/run/Makefile
AgeCommit message (Expand)Author
2018-05-31introduce MKFIRMWARE that controls where (most) of the contentsmrg
2012-06-01Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares.nonaka