From 949b0d9970b4377012cf86e7701324e8637e128a Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 6 Sep 2015 18:58:33 +0000 Subject: [PATCH] Parallelize the usr.sbin/ntp subdirectory build Articulate all needed dependencies for the subdirectories MFC after: 1 week --- usr.sbin/ntp/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile index 962e60fbf43d..ad5b5234035a 100644 --- a/usr.sbin/ntp/Makefile +++ b/usr.sbin/ntp/Makefile @@ -5,4 +5,14 @@ SUBDIR= libopts libntp libntpevent libparse ntpd ntpdc ntpq ntpdate \ 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