diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 04:54:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 04:54:19 +0000 |
commit | 67e7b0ae83f39131fa4c6c40dd256beeda4dd044 (patch) | |
tree | 0dd8378eb04166122d3a005e9d71340494d02a82 /devel/Makefile | |
parent | Adding coldsync version 1.0.0. (diff) |
Adding flux version 0.3.0.
Flux is intended to be a general-use high-level C library that supports
various purposes, from CGI to IRC to sockets, ... It's sort of an addendum
to the standard C libraries.
PR: 15799
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=25203
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 63c1dca58649..93f995df6996 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -46,6 +46,7 @@ SUBDIR += fastcrc SUBDIR += fhist SUBDIR += flick + SUBDIR += flux SUBDIR += fortran-utils SUBDIR += fpp SUBDIR += freelibiberty |