diff options
Diffstat (limited to 'etc/periodic/monthly/Makefile')
-rw-r--r-- | etc/periodic/monthly/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/periodic/monthly/Makefile b/etc/periodic/monthly/Makefile index c213230..1e71afd 100644 --- a/etc/periodic/monthly/Makefile +++ b/etc/periodic/monthly/Makefile @@ -1,6 +1,13 @@ # $FreeBSD$ -FILES= 200.accounting \ - 999.local +.include <bsd.own.mk> + +FILES= 999.local + +# NB: keep these sorted by MK_* knobs + +.if ${MK_ACCT} != "no" +FILES+= 200.accounting +.endif .include <bsd.prog.mk> |