Makefile revision 320222
1# $FreeBSD: stable/10/etc/newsyslog.conf.d/Makefile 320222 2017-06-22 07:08:18Z ngie $
2
3.include <bsd.own.mk>
4
5BINDIR=		/etc/newsyslog.conf.d
6
7FILES=
8
9.if ${MK_AMD} != "no"
10FILES+=		amd.conf
11.endif
12
13.if ${MK_FTP} != "no"
14FILES+=		ftp.conf
15.endif
16
17.if ${MK_LPR} != "no"
18FILES+=		lpr.conf
19.endif
20
21.if ${MK_OFED} != "no"
22FILES+=		opensm.conf
23.endif
24
25.if ${MK_PF} != "no"
26FILES+=		pf.conf
27.endif
28
29.if ${MK_PPP} != "no"
30FILES+=		ppp.conf
31.endif
32
33.if ${MK_SENDMAIL} != "no"
34FILES+=		sendmail.conf
35.endif
36
37.include <bsd.prog.mk>
38