Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2013 04:41:04 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r245245 - projects/diffused_head/sbin/ipfw
Message-ID:  <201301100441.r0A4f4Y4054576@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301100441.r0A4f4Y4054576>