diff options
author | sjg <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
commit | 292ec5d30116249866ff9372c7f251c8b80bc68a (patch) | |
tree | fd051d63a6cb6beb1d8b5e4cf627a3b579cc3a7f /usr.sbin/ntp | |
parent | a5de61803fa4ecb0ce4fc862691339e982333ab2 (diff) | |
download | FreeBSD-src-292ec5d30116249866ff9372c7f251c8b80bc68a.zip FreeBSD-src-292ec5d30116249866ff9372c7f251c8b80bc68a.tar.gz |
Updated dependencies
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/ntpd/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/ntp/ntpdate/Makefile.depend | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ntp/ntpd/Makefile.depend b/usr.sbin/ntp/ntpd/Makefile.depend index 3c9274a..4bff1e2 100644 --- a/usr.sbin/ntp/ntpd/Makefile.depend +++ b/usr.sbin/ntp/ntpd/Makefile.depend @@ -12,6 +12,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libmd \ lib/librt \ + lib/libthr \ lib/msun \ secure/lib/libcrypto \ usr.sbin/ntp/libntp \ diff --git a/usr.sbin/ntp/ntpdate/Makefile.depend b/usr.sbin/ntp/ntpdate/Makefile.depend index da518fb..868ca7a 100644 --- a/usr.sbin/ntp/ntpdate/Makefile.depend +++ b/usr.sbin/ntp/ntpdate/Makefile.depend @@ -12,6 +12,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libmd \ lib/librt \ + lib/libthr \ lib/msun \ secure/lib/libcrypto \ usr.sbin/ntp/libntp \ |