I was able to build CDE on NetBSD 9.1 by following the instructions and then running:
LANG=C make -k World
I was able to build CDE on NetBSD 9.1 by following the instructions and then running:
LANG=C make -k World
#!/bin/sh for x in obj xsrc src pkgsrc pkgsrc/distfiles pkgsrc/packages pkg do zfs create ext/$x zfs set mountpoint=/usr/$x ext/$x ...