diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-28 22:03:35 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-28 22:03:35 +0000 |
commit | 2aa5fef0aaa6b189fbabb79e67c84c76a4a40d3b (patch) | |
tree | c735fb19f66b577c7b5774341c43492b2012ad72 /usr.sbin/fifolog | |
parent | e5417bbe54f1df62b33fd494c1143bfda41eb480 (diff) | |
download | FreeBSD-src-2aa5fef0aaa6b189fbabb79e67c84c76a4a40d3b.zip FreeBSD-src-2aa5fef0aaa6b189fbabb79e67c84c76a4a40d3b.tar.gz |
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
Diffstat (limited to 'usr.sbin/fifolog')
-rw-r--r-- | usr.sbin/fifolog/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/fifolog/Makefile.inc b/usr.sbin/fifolog/Makefile.inc new file mode 100644 index 0000000..265f86d --- /dev/null +++ b/usr.sbin/fifolog/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" |