150472Speter# $FreeBSD$
228263Spst
3183242Ssam.include <bsd.own.mk>
428263Spst
5223209SedFILES=	999.local
6183242Ssam
7223209Sed# NB: keep these sorted by MK_* knobs
8223209Sed
9223209Sed.if ${MK_UTMPX} != "no"
10223209SedFILES+=	200.accounting
11223209Sed.endif
12223209Sed
1328263Spst.include <bsd.prog.mk>
14