Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2011 16:08:12 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r227821 - in projects/diffused_head/sbin/ipfw: diffuse_collector diffuse_exporter
Message-ID:  <201111221608.pAMG8CaO099259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lstewart
Date: Tue Nov 22 16:08:12 2011
New Revision: 227821
URL: http://svn.freebsd.org/changeset/base/227821

Log:
  We don't need bsd.own.mk for either utility and for some reason, including it
  counteracts the inclusion of "NO_MAN=" in the Makefile. This causes the build to
  break when bsd.prog.mk sets the default manpage to <utilname>.1 and attempts to
  make the non-existant file.
  
  Sponsored by:	FreeBSD Foundation

Modified:
  projects/diffused_head/sbin/ipfw/diffuse_collector/Makefile
  projects/diffused_head/sbin/ipfw/diffuse_exporter/Makefile

Modified: projects/diffused_head/sbin/ipfw/diffuse_collector/Makefile
==============================================================================
--- projects/diffused_head/sbin/ipfw/diffuse_collector/Makefile	Tue Nov 22 15:50:24 2011	(r227820)
+++ projects/diffused_head/sbin/ipfw/diffuse_collector/Makefile	Tue Nov 22 16:08:12 2011	(r227821)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-.include <bsd.own.mk>
-
 .PATH:	${.CURDIR}/..
 PROG=	diffuse_collector
 SRCS=	diffuse_collector.c diffuse_proto.c

Modified: projects/diffused_head/sbin/ipfw/diffuse_exporter/Makefile
==============================================================================
--- projects/diffused_head/sbin/ipfw/diffuse_exporter/Makefile	Tue Nov 22 15:50:24 2011	(r227820)
+++ projects/diffused_head/sbin/ipfw/diffuse_exporter/Makefile	Tue Nov 22 16:08:12 2011	(r227821)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-.include <bsd.own.mk>
-
 .PATH:	${.CURDIR}/..
 PROG=	diffuse_exporter
 SRCS=	diffuse_exporter.c diffuse_proto.c



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