Hello
Is there any official way to build a single tool from FreeBSD source? Due to development I perform on pf(), I need to rebuild pfctl() quite often. Just performing
Is there any official way to build a single tool from FreeBSD source? Due to development I perform on pf(), I need to rebuild pfctl() quite often. Just performing
make
inside src/sbin/pfctl ends up with missing header files and I assume it is done with the toolchain from the operating system I perform development on, instead of the one from the system being built. Sure, I could do make -DNO_CLEAN buildworld
, but this still takes too long.