2015-01-22 23:50:47 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
|
|
BINDIR= /etc/newsyslog.conf.d
|
|
|
|
|
|
|
|
FILES=
|
|
|
|
|
2017-05-13 03:10:50 +00:00
|
|
|
.if ${MK_AMD} != "no"
|
|
|
|
FILES+= amd.conf
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MK_FTP} != "no"
|
|
|
|
FILES+= ftp.conf
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MK_LPR} != "no"
|
|
|
|
FILES+= lpr.conf
|
|
|
|
.endif
|
|
|
|
|
2015-01-22 23:50:47 +00:00
|
|
|
.if ${MK_OFED} != "no"
|
|
|
|
FILES+= opensm.conf
|
|
|
|
.endif
|
|
|
|
|
2017-05-13 03:10:50 +00:00
|
|
|
.if ${MK_PF} != "no"
|
|
|
|
FILES+= pf.conf
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MK_PPP} != "no"
|
|
|
|
FILES+= ppp.conf
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MK_SENDMAIL} != "no"
|
|
|
|
FILES+= sendmail.conf
|
|
|
|
.endif
|
|
|
|
|
2015-01-22 23:50:47 +00:00
|
|
|
.include <bsd.prog.mk>
|