diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 10:08:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 10:08:05 +0000 |
commit | d48cef5bf17ac1d7d4e2bab1c2729f3246ee4c00 (patch) | |
tree | 04c47320dfbcf2cb05c4fb43ba9e9957b203a76d /devel/Makefile | |
parent | Add gnomelibs to the RUN_DEPENDS to ensure correct removal of share/gnome/* (diff) |
New port of libcoro - a C library that implements coroutines (I donno what I've
just said :-O).
PR: 19463
Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes:
svn path=/head/; revision=29805
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 92ae9c01eff4..1e4ba4ffb28e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -95,6 +95,7 @@ SUBDIR += libU77 SUBDIR += libcache SUBDIR += libcii + SUBDIR += libcoro SUBDIR += libdlmalloc SUBDIR += libffi SUBDIR += libg++ |