K 10 svn:author V 4 nate K 8 svn:date V 27 1996-09-28T19:39:18.000000Z K 7 svn:log V 272 The warning was triggering off the unused variable MAKEOBJDIR, instead of the variable OBJLINK which is used in /etc/make.conf to build 'obj' links in the current directory. This caused lots of useless warnings since if OBJLINK is defined ./obj will be created and used. END