K 10 svn:author V 8 lstewart K 8 svn:date V 27 2013-01-10T04:41:04.505645Z K 7 svn:log V 423 Correct an install error caused by BINDIR not being set when processing the diffuse_collector and diffuse_exporter subdirs. By creating a Makefile.inc in the sbin/ipfw directory which pulls in sbin/Makefile.inc, bsd.prog.mk in the diffuse subdir Makefiles will pull it in (via bsd.init.mk), thus ensuring BINDIR (set in sbin/Makefile.inc) is set correctly. Reported by: Vitaliy (artemrts at ukr.net) Suggested by: andrew@ END