mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
20 lines
228 B
Makefile
20 lines
228 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <src.opts.mk>
|
||
|
|
|
||
|
|
.if ${MK_FTP} != "no"
|
||
|
|
FILES+= ftp.conf
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.if ${MK_LPR} != "no"
|
||
|
|
FILES+= lpr.conf
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.if ${MK_PPP} != "no"
|
||
|
|
FILES+= ppp.conf
|
||
|
|
.endif
|
||
|
|
|
||
|
|
BINDIR= /etc/syslog.d
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|