]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/newsyslog/newsyslog.conf.d/Makefile
MFV r357712: file 5.38.
[FreeBSD/FreeBSD.git] / usr.sbin / newsyslog / newsyslog.conf.d / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 CONFSDIR=       /etc/newsyslog.conf.d
6
7 CONFS=
8
9 .if ${MK_AMD} != "no"
10 CONFS+=         amd.conf
11 .endif
12
13 .if ${MK_FTP} != "no"
14 CONFS+=         ftp.conf
15 .endif
16
17 .if ${MK_LPR} != "no"
18 CONFS+=         lpr.conf
19 .endif
20
21 .if ${MK_OFED} != "no"
22 CONFS+=         opensm.conf
23 .endif
24
25 .if ${MK_PF} != "no"
26 CONFS+=         pf.conf
27 .endif
28
29 .if ${MK_PPP} != "no"
30 CONFS+=         ppp.conf
31 .endif
32
33 .if ${MK_SENDMAIL} != "no"
34 CONFS+=         sendmail.conf
35 .endif
36
37 .include <bsd.prog.mk>