diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-07 14:30:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-07 14:30:01 +0000 |
commit | df6c5fd47c2998f6ce167585be019978da841983 (patch) | |
tree | a1175fe8c4da5132d23c9bda9f830631ac96d3d6 /sysutils/Makefile | |
parent | 672667120727c451d85a8b4a252c0d3846fd0646 (diff) |
Add clockspeed - a program which uses a hardware tick counter to compensate
for a persistently fast or slow system clock. It also could be used to
synchronize time across LAN or WAN.
PR: 19349
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Notes
Notes:
svn path=/head/; revision=30298
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1f69baa4bc91..9232661b91dd 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -14,6 +14,7 @@ SUBDIR += cd-write SUBDIR += cdrecord SUBDIR += cfengine + SUBDIR += clockspeed SUBDIR += comconsole SUBDIR += consolehm SUBDIR += contool |