1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1997-08-16 17:04:02 +00:00
|
|
|
|
2008-09-21 22:02:26 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
FILES= 340.noid \
|
1997-08-16 17:04:02 +00:00
|
|
|
999.local
|
|
|
|
|
2008-09-21 22:02:26 +00:00
|
|
|
# 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"
|
2009-01-14 09:00:30 +00:00
|
|
|
FILES+= 400.status-pkg
|
2008-09-21 22:02:26 +00:00
|
|
|
.endif
|
|
|
|
|
1997-08-16 17:04:02 +00:00
|
|
|
.include <bsd.prog.mk>
|