diff options
author | asami <asami@FreeBSD.org> | 1996-11-26 16:26:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-26 16:26:40 +0800 |
commit | 7ba3d46ada2f3d73113b6c9e4eec05dc07fe8cfc (patch) | |
tree | 1b824e2b5fea534c9b316dc32e670129cb0d26c4 /editors | |
parent | f4ab7016334b3adbbc066d8c9732e337ab27d189 (diff) | |
download | freebsd-ports-gnome-7ba3d46ada2f3d73113b6c9e4eec05dc07fe8cfc.tar.gz freebsd-ports-gnome-7ba3d46ada2f3d73113b6c9e4eec05dc07fe8cfc.tar.zst freebsd-ports-gnome-7ba3d46ada2f3d73113b6c9e4eec05dc07fe8cfc.zip |
Add scitext. Sort.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index 352503e249ea..d48b19c7bdec 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.32 1996/10/15 19:11:13 asami Exp $ +# $Id: Makefile,v 1.33 1996/11/07 18:42:06 obrien Exp $ # - SUBDIR += axe SUBDIR += asedit + SUBDIR += axe SUBDIR += beav SUBDIR += bpatch SUBDIR += e93 @@ -12,6 +12,7 @@ SUBDIR += jove SUBDIR += mule SUBDIR += nedit + SUBDIR += scitext SUBDIR += uemacs SUBDIR += uzap SUBDIR += vile |