diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-17 22:53:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-17 22:53:06 +0000 |
commit | d42a3f20e4b0c1b2134da923bae6e9bd2ac77c02 (patch) | |
tree | 0f2df1007e24f07d13fb289815de303cea784ed7 /www | |
parent | A WWW authoring tool to create clickable maps. (diff) |
Add mapedit.
Notes
Notes:
svn path=/head/; revision=2848
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 639a0a81fca3..7a8c3978dff4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1996/03/09 14:36:20 asami Exp $ +# $Id: Makefile,v 1.8 1996/03/17 18:41:10 peter Exp $ # RESTRICTED += Mosaic # requires Motif @@ -14,6 +14,7 @@ RESTRICTED += ashe # requires Motif SUBDIR += libwww SUBDIR += linemode SUBDIR += lynx + SUBDIR += mapedit SUBDIR += netscape SUBDIR += netscape2 SUBDIR += tkHTML |