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