]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/syslog.d/Makefile
Add NIS automounter map, which supports rewriting of self-hosted locations
[FreeBSD/FreeBSD.git] / etc / syslog.d / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.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>