diff options
Diffstat (limited to 'libexec/rc/rc.d/Makefile')
-rw-r--r-- | libexec/rc/rc.d/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 9a04400e2924..da72474d8b82 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -67,7 +67,6 @@ CONFS= DAEMON \ nfsuserd \ nisdomain \ ${_nscd} \ - ntpdate \ ${_opensm} \ os-release \ pf \ @@ -283,7 +282,10 @@ _nscd= nscd .endif .if ${MK_NTP} != "no" -CONFS+= ntpd +CONFGROUPS+= NTP +NTP+= ntpd \ + ntpdate +NTPPACKAGE= ntp .endif .if ${MK_OFED} != "no" |