svn commit: r227821 - in projects/diffused_head/sbin/ipfw: diffuse_collector diffuse_exporter

Lawrence Stewart lstewart at FreeBSD.org
Tue Nov 22 16:08:12 UTC 2011


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


More information about the svn-src-projects mailing list