svn commit: r275286 - projects/building-blocks/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Sun Nov 30 00:26:51 UTC 2014


Author: ngie
Date: Sun Nov 30 00:26:50 2014
New Revision: 275286
URL: https://svnweb.freebsd.org/changeset/base/275286

Log:
  Add MK_NTP block to etc/rc.d/Makefile

Modified:
  projects/building-blocks/etc/rc.d/Makefile

Modified: projects/building-blocks/etc/rc.d/Makefile
==============================================================================
--- projects/building-blocks/etc/rc.d/Makefile	Sun Nov 30 00:25:47 2014	(r275285)
+++ projects/building-blocks/etc/rc.d/Makefile	Sun Nov 30 00:26:50 2014	(r275286)
@@ -235,6 +235,11 @@ _kpasswdd=	kpasswdd
 _othermta=	othermta
 .endif
 
+.if ${MK_NTP} != "no"
+FILES+=		ntpd
+FILES+=		ntpdate
+.endif
+
 .if ${MK_OFED} != "no"
 _opensm=	opensm
 .endif


More information about the svn-src-projects mailing list