K 10 svn:author V 5 wosch K 8 svn:date V 27 2017-12-10T12:47:00.649116Z K 7 svn:log V 443 Do not set NO_OBJ=YES in a Makefile because /usr/share/mk/bsd.obj.mk does a test if NO_OBJ is defined, but not about the value. Which means you cannot unset NO_OBJ on the command line or with env variable: $ make NO_OBJ="" or $ export NO_OBJ=""; make I still think that 'make obj' doesn't really work for the doc project. But for now, you have to disable it yourself on the command line or in your ~/.profile. This is a revert of r51065 END