]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/periodic/weekly/Makefile
Merge OpenSSL 1.0.2e.
[FreeBSD/FreeBSD.git] / etc / periodic / weekly / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 FILES=  340.noid \
6         450.status-security \
7         999.local
8
9 # NB: keep these sorted by MK_* knobs
10
11 .if ${MK_LOCATE} != "no"
12 FILES+= 310.locate
13 .endif
14
15 .if ${MK_MAN_UTILS} != "no"
16 FILES+= 320.whatis 330.catman
17 .endif
18
19 .include <bsd.prog.mk>