diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1997-02-02 02:12:09 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1997-02-02 02:12:09 +0000 |
commit | 8f7288b54d68b441a2f7e44c87f60ed9914e083c (patch) | |
tree | f0666ab64d7e7e50cde915136e0c1e6d186378be | |
parent | Undo my previous fixes. I forgot that kaffe uses dlsym, dlopen (etc) (diff) |
Activate sawt.
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 34e121192d26..846456c48fb3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 1997/01/04 18:55:57 andreas Exp $ +# $Id: Makefile,v 1.33 1997/01/09 03:00:49 asami Exp $ # SUBDIR += Mosaic # requires Motif @@ -29,6 +29,7 @@ SUBDIR += p5-HTML-Stream SUBDIR += p5-HTTPD-Tools SUBDIR += p5-libwww + SUBDIR += sawt SUBDIR += slang-lynx SUBDIR += squid SUBDIR += squid11 |