]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/newsyslog.conf.d/Makefile
MFC r308139,r308157,r308160,r316818,r318250,r318443:
[FreeBSD/stable/10.git] / etc / newsyslog.conf.d / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 BINDIR=         /etc/newsyslog.conf.d
6
7 FILES=
8
9 .if ${MK_AMD} != "no"
10 FILES+=         amd.conf
11 .endif
12
13 .if ${MK_FTP} != "no"
14 FILES+=         ftp.conf
15 .endif
16
17 .if ${MK_LPR} != "no"
18 FILES+=         lpr.conf
19 .endif
20
21 .if ${MK_OFED} != "no"
22 FILES+=         opensm.conf
23 .endif
24
25 .if ${MK_PF} != "no"
26 FILES+=         pf.conf
27 .endif
28
29 .if ${MK_PPP} != "no"
30 FILES+=         ppp.conf
31 .endif
32
33 .if ${MK_SENDMAIL} != "no"
34 FILES+=         sendmail.conf
35 .endif
36
37 .include <bsd.prog.mk>