diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-07 14:02:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-07 14:02:31 +0000 |
commit | 672667120727c451d85a8b4a252c0d3846fd0646 (patch) | |
tree | 6c72d7ac921f8a229d9f1fdd2101fd59a9e19d52 /devel/Makefile | |
parent | Update to 0.4b. (diff) |
Add libtai - a library for storing and manipulating dates and times in second/attosecond.
PR: 19348
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Notes
Notes:
svn path=/head/; revision=30297
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9657cc7aa261..36c259f7e5af 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -117,6 +117,7 @@ SUBDIR += libshhopt SUBDIR += libsigc++ SUBDIR += libslang + SUBDIR += libtai SUBDIR += libtool SUBDIR += libunicode SUBDIR += libxalloc |