Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2014 22:03:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275218 - in head/usr.sbin: cron fifolog
Message-ID:  <201411282203.sASM3agx055281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Nov 28 22:03:35 2014
New Revision: 275218
URL: https://svnweb.freebsd.org/changeset/base/275218

Log:
  Readd Makefile.inc that were used to include upper level Makefile.inc and
  set (among other things) the destination where the binary should be installed

Added:
  head/usr.sbin/cron/Makefile.inc   (contents, props changed)
  head/usr.sbin/fifolog/Makefile.inc   (contents, props changed)

Added: head/usr.sbin/cron/Makefile.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.sbin/cron/Makefile.inc	Fri Nov 28 22:03:35 2014	(r275218)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"

Added: head/usr.sbin/fifolog/Makefile.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.sbin/fifolog/Makefile.inc	Fri Nov 28 22:03:35 2014	(r275218)
@@ -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?201411282203.sASM3agx055281>