svn commit: r275218 - in head/usr.sbin: cron fifolog

Baptiste Daroussin bapt at FreeBSD.org
Fri Nov 28 22:03:37 UTC 2014


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"


More information about the svn-src-head mailing list