diff options
author | Stefan Eßer <se@FreeBSD.org> | 2019-01-30 10:46:24 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2019-01-30 10:46:24 +0000 |
commit | d7652795b7b4c7d27b07fa80331f80dd57378ed9 (patch) | |
tree | 95bcd8668dd81c0a3a10a5d7810116eda590d255 /net/Makefile | |
parent | cd20db1bdd3336c5293402d1005f7515013d8dbf (diff) |
Add new port net/timed.
This port is a slightly modified version of the code as distributed with
FreeBSD up to version 12.
This software is only useful to provide time synchronization for devices
that do not support a more modern time synchronization protocol (e.g., ntp).
Approved by: antoine (mentor)
Notes
Notes:
svn path=/head/; revision=491618
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5826eefbff0f..8c4e34027d06 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1440,6 +1440,7 @@ SUBDIR += throttled SUBDIR += tigervnc SUBDIR += tightvnc + SUBDIR += timed SUBDIR += tintin++ SUBDIR += tiny-network-utilities SUBDIR += tinyfugue |