I bootstrapped pkgsrc on non-netbsd os, and building applications from source and running the binaries both work.
the /usr/pkg
directory contains bin/ etc/ include/ lib/ man/ sbin/ share/
directories, and I can't find any documentation about how packages built with pkgsrc/bmake become systemwide.
Is the /usr/pkg
directory symlinked to /usr
? Is there a utility used on top of bmake for installing applications from the pkgsrc tree?