c6063d0da8
from the latter.
20 lines
270 B
Makefile
20 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
FILES= 340.noid \
|
|
450.status-security \
|
|
999.local
|
|
|
|
# NB: keep these sorted by MK_* knobs
|
|
|
|
.if ${MK_LOCATE} != "no"
|
|
FILES+= 310.locate
|
|
.endif
|
|
|
|
.if ${MK_MAN_UTILS} != "no"
|
|
FILES+= 320.whatis 330.catman
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|