diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1997-09-03 19:39:15 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1997-09-03 19:39:15 +0000 |
commit | 9c073f23533cc291d932488bfe2cc43fcd426a97 (patch) | |
tree | bc0b585140ae2dc6c0670562ce42771d0c65d898 /editors | |
parent | Submitted by: me@freebsd.org (diff) |
Turn on xemacs20.
Notes
Notes:
svn path=/head/; revision=7767
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7df86dd317b9..5ac1c21ec136 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.40 1997/07/09 07:08:15 tg Exp $ +# $Id: Makefile,v 1.41 1997/07/10 06:29:40 tg Exp $ # SUBDIR += asedit @@ -23,6 +23,7 @@ SUBDIR += xcoral SUBDIR += xed SUBDIR += xemacs + SUBDIR += xemacs20 SUBDIR += xvile .include <bsd.port.subdir.mk> |