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>
|