svn commit: r289961 - stable/10/usr.sbin/ntp

Garrett Cooper ngie at FreeBSD.org
Sun Oct 25 22:44:38 UTC 2015


Author: ngie
Date: Sun Oct 25 22:44:37 2015
New Revision: 289961
URL: https://svnweb.freebsd.org/changeset/base/289961

Log:
  MFC r287520:
  
  Parallelize the usr.sbin/ntp subdirectory build
  
  Articulate all needed dependencies for the subdirectories

Modified:
  stable/10/usr.sbin/ntp/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/ntp/Makefile
==============================================================================
--- stable/10/usr.sbin/ntp/Makefile	Sun Oct 25 22:43:10 2015	(r289960)
+++ stable/10/usr.sbin/ntp/Makefile	Sun Oct 25 22:44:37 2015	(r289961)
@@ -5,4 +5,14 @@ SUBDIR=	libopts libntp libntpevent libpa
 	ntptime ntp-keygen sntp
 SUBDIR+=	doc
 
+SUBDIR_DEPEND_ntpd=	libntp libopts libparse
+SUBDIR_DEPEND_ntpdate=	libntp
+SUBDIR_DEPEND_ntpdc=	libntp libopts
+SUBDIR_DEPEND_ntpq=	libntp libopts
+SUBDIR_DEPEND_ntptime=	libntp
+SUBDIR_DEPEND_ntp-keygen=	libntp libopts
+SUBDIR_DEPEND_sntp=	libntp libntpevent libopts
+
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list