690f477d75
control over the result of buildworld and installworld; this especially helps packaging systems such as nanobsd Reviewed by: various (posted to arch) MFC after: 1 month
23 lines
297 B
Makefile
23 lines
297 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
FILES= 340.noid \
|
|
999.local
|
|
|
|
# NB: keep these sorted by MK_* knobs
|
|
|
|
.if ${MK_LOCATE} != "no"
|
|
FILES+= 310.locate
|
|
.endif
|
|
|
|
.if ${MK_MAN} != "no"
|
|
FILES+= 320.whatis 330.catman
|
|
.endif
|
|
|
|
.if ${MK_PKGTOOLS} != "no"
|
|
FLES+= 400.status-pkg
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|