]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/syslog.d/Makefile
MFC r318545:
[FreeBSD/stable/10.git] / etc / syslog.d / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .if ${MK_FTP} != "no"
6 FILES+=         ftp.conf
7 .endif
8
9 .if ${MK_LPR} != "no"
10 FILES+=         lpr.conf
11 .endif
12
13 .if ${MK_PPP} != "no"
14 FILES+=         ppp.conf
15 .endif
16
17 BINDIR=         /etc/syslog.d
18
19 .include <bsd.prog.mk>