From a7f8c4eb4cbddfb882774651c2bc62ca38925859 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 28 Nov 2014 22:03:35 +0000 Subject: [PATCH] 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 --- usr.sbin/cron/Makefile.inc | 3 +++ usr.sbin/fifolog/Makefile.inc | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 usr.sbin/cron/Makefile.inc create mode 100644 usr.sbin/fifolog/Makefile.inc diff --git a/usr.sbin/cron/Makefile.inc b/usr.sbin/cron/Makefile.inc new file mode 100644 index 00000000000..265f86d1ed5 --- /dev/null +++ b/usr.sbin/cron/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" diff --git a/usr.sbin/fifolog/Makefile.inc b/usr.sbin/fifolog/Makefile.inc new file mode 100644 index 00000000000..265f86d1ed5 --- /dev/null +++ b/usr.sbin/fifolog/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc"