summaryrefslogtreecommitdiffstats
path: root/etc/newsyslog.conf.d/Makefile
blob: 58aac203bb131d91ff962a0756bfa83d02786311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $FreeBSD$

.include <bsd.own.mk>

BINDIR=		/etc/newsyslog.conf.d

FILES=

.if ${MK_AMD} != "no"
FILES+=		amd.conf
.endif

.if ${MK_FTP} != "no"
FILES+=		ftp.conf
.endif

.if ${MK_LPR} != "no"
FILES+=		lpr.conf
.endif

.if ${MK_OFED} != "no"
FILES+=		opensm.conf
.endif

.if ${MK_PF} != "no"
FILES+=		pf.conf
.endif

.if ${MK_PPP} != "no"
FILES+=		ppp.conf
.endif

.if ${MK_SENDMAIL} != "no"
FILES+=		sendmail.conf
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud