svn commit: r287520 - head/usr.sbin/ntp

Garrett Cooper ngie at FreeBSD.org
Sun Sep 6 18:58:34 UTC 2015


Author: ngie
Date: Sun Sep  6 18:58:33 2015
New Revision: 287520
URL: https://svnweb.freebsd.org/changeset/base/287520

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

Modified:
  head/usr.sbin/ntp/Makefile

Modified: head/usr.sbin/ntp/Makefile
==============================================================================
--- head/usr.sbin/ntp/Makefile	Sun Sep  6 18:48:28 2015	(r287519)
+++ head/usr.sbin/ntp/Makefile	Sun Sep  6 18:58:33 2015	(r287520)
@@ -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