diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-06-17 21:30:21 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-06-17 21:30:21 +0000 |
| commit | 9f0c9022c2a001dc3c2983af781a73d31360af12 (patch) | |
| tree | da84081292245c979214c2758c0344668b632ac7 /etc | |
| parent | 2663175a9ea5b21404c6d21ea1438e4a153984aa (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/periodic/monthly/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/periodic/monthly/Makefile b/etc/periodic/monthly/Makefile index b7f0ecd7e546..77c1d663dbc6 100644 --- a/etc/periodic/monthly/Makefile +++ b/etc/periodic/monthly/Makefile @@ -2,7 +2,12 @@ .include <bsd.own.mk> -FILES= 200.accounting \ - 999.local +FILES= 999.local + +# NB: keep these sorted by MK_* knobs + +.if ${MK_UTMPX} != "no" +FILES+= 200.accounting +.endif .include <bsd.prog.mk> |
