diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-07 03:54:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-07 03:54:24 +0000 |
commit | f2b74b5eb415b9390436529be17b1b205d0519b5 (patch) | |
tree | 39a8336769d8c01f8937fa42ccb97ae5ea5eb724 /www | |
parent | b303f5e3fe9f532c1bede7dcd165840b72a2a9a7 (diff) | |
download | freebsd-ports-f2b74b5eb415b9390436529be17b1b205d0519b5.zip |
Added kaffe.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index d66e65bc18cd..f67c507cd2ac 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/01/17 05:21:48 asami Exp $ +# $Id: Makefile,v 1.4 1996/03/06 09:30:15 asami Exp $ # RESTRICTED += Mosaic # requires Motif @@ -11,6 +11,7 @@ RESTRICTED += ashe # requires Motif SUBDIR += comline SUBDIR += gn SUBDIR += harvest + SUBDIR += kaffe SUBDIR += lynx SUBDIR += netscape SUBDIR += netscape2 |