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" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
