svn commit: r245245 - projects/diffused_head/sbin/ipfw
Lawrence Stewart
lstewart at FreeBSD.org
Thu Jan 10 04:41:05 UTC 2013
Author: lstewart
Date: Thu Jan 10 04:41:04 2013
New Revision: 245245
URL: http://svnweb.freebsd.org/changeset/base/245245
Log:
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@
Added:
projects/diffused_head/sbin/ipfw/Makefile.inc
Added: projects/diffused_head/sbin/ipfw/Makefile.inc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/diffused_head/sbin/ipfw/Makefile.inc Thu Jan 10 04:41:04 2013 (r245245)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"
More information about the svn-src-projects
mailing list