From 4ea68222554f90e72cef40657fdc6bdddcb5802a Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 10 Aug 2010 12:58:44 +0000 Subject: Connect the new script 490.status-pkg-changes (see r210863) to the build, so it gets actually installed. Approved by: des (mentor) MFC after: 17 days --- etc/periodic/daily/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile index f70dac5..931cf7f 100644 --- a/etc/periodic/daily/Makefile +++ b/etc/periodic/daily/Makefile @@ -39,6 +39,10 @@ FILES+= 130.clean-msgs FILES+= 480.status-ntpd .endif +.if ${MK_PKGTOOLS} != "no" +FILES+= 490.status-pkg-changes +.endif + .if ${MK_RCMDS} != "no" FILES+= 140.clean-rwho \ 430.status-rwho -- cgit v1.1