diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-10 06:29:41 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-10 06:29:41 +0000 |
commit | ea817ec47d94f1a2c21c14c5cff6089d1e090dd3 (patch) | |
tree | a398eaef87bad158117bea574d84b69de0121a78 | |
parent | Re-import aswedit into www. (diff) |
Move aswedit from editors to www.
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index 44e3c05f4dcd..7df86dd317b9 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,8 +1,7 @@ -# $Id: Makefile,v 1.39 1997/06/04 06:32:40 asami Exp $ +# $Id: Makefile,v 1.40 1997/07/09 07:08:15 tg Exp $ # SUBDIR += asedit - SUBDIR += aswedit SUBDIR += axe SUBDIR += beav SUBDIR += bpatch diff --git a/www/Makefile b/www/Makefile index 0c60768ac861..3474a1cb410a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.51 1997/06/28 14:27:41 max Exp $ +# $Id: Makefile,v 1.52 1997/07/03 01:12:05 ache Exp $ # SUBDIR += Mosaic # requires Motif @@ -6,6 +6,7 @@ SUBDIR += apache SUBDIR += arena SUBDIR += ashe # requires Motif + SUBDIR += aswedit SUBDIR += cgiparse SUBDIR += chimera SUBDIR += comline |