freebsd-dev/etc/newsyslog.conf.d/Makefile
Enji Cooper 5e49723127 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
2015-01-22 23:50:47 +00:00

14 lines
152 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
BINDIR= /etc/newsyslog.conf.d
FILES=
.if ${MK_OFED} != "no"
FILES+= opensm.conf
.endif
.include <bsd.prog.mk>