1.include <src.opts.mk> 2 3PACKAGE= periodic 4 5CONFS= 340.noid \ 6 450.status-security \ 7 999.local 8 9# NB: keep these sorted by MK_* knobs 10 11.if ${MK_LOCATE} != "no" 12CONFS+= 310.locate 13.endif 14 15.if ${MK_MAN_UTILS} != "no" 16CONFS+= 320.whatis 17.endif 18 19.include <bsd.prog.mk> 20