5e49723127
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
14 lines
152 B
Makefile
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>
|