diff options
author | asami <asami@FreeBSD.org> | 1996-03-09 22:36:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-09 22:36:20 +0800 |
commit | 0e4cd2895f8bb4fa0f3f46ac4774711b36775a00 (patch) | |
tree | 437bcb292ff263901b03a9bb6360635fc1a3adbe | |
parent | 3126f6cc6033812e95419efbce3c2f9f0851ef65 (diff) | |
download | freebsd-ports-gnome-0e4cd2895f8bb4fa0f3f46ac4774711b36775a00.tar.gz freebsd-ports-gnome-0e4cd2895f8bb4fa0f3f46ac4774711b36775a00.tar.zst freebsd-ports-gnome-0e4cd2895f8bb4fa0f3f46ac4774711b36775a00.zip |
Added arena.
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 40e535d49a0d..ffc4beae9598 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.5 1996/03/07 03:54:24 asami Exp $ +# $Id: Makefile,v 1.6 1996/03/09 12:55:06 asami Exp $ # RESTRICTED += Mosaic # requires Motif SUBDIR += apache + SUBDIR += arena RESTRICTED += ashe # requires Motif SUBDIR += cached SUBDIR += chimera |