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