summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-22 23:50:47 +0000
committerngie <ngie@FreeBSD.org>2015-01-22 23:50:47 +0000
commit3a0eab2e37aca76c631e1e71d35caa73f7f8a44a (patch)
tree7d58e0f77feb3d5f48fd3821cd674338505f55ec /etc/Makefile
parent02b832180aa3a176b14e8e39b81ee5ac693a8e95 (diff)
downloadFreeBSD-src-3a0eab2e37aca76c631e1e71d35caa73f7f8a44a.zip
FreeBSD-src-3a0eab2e37aca76c631e1e71d35caa73f7f8a44a.tar.gz
Add sample log rotation support for opensm
Up to 7 archives of the log will be kept (just for consistency with the other log rotation rules) PR: 196788 MFC after: 1 week Reviewed by: hselasky Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 76db02a..62b837f 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -3,8 +3,11 @@
.include <src.opts.mk>
+SUBDIR= \
+ newsyslog.conf.d
+
.if ${MK_SENDMAIL} != "no"
-SUBDIR= sendmail
+SUBDIR+=sendmail
.endif
.if ${MK_TESTS} != "no"
OpenPOWER on IntegriCloud