diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 22:07:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 22:07:08 +0000 |
commit | e281d345653df899561b3d5bf48b329a37b341cd (patch) | |
tree | c269e5b868bc82b9cedc6af058b7909efa0fad3b /editors/Makefile | |
parent | 843ad3760fb11d528ff7b5d39049b14f23895d42 (diff) | |
download | pkgsrc-e281d345653df899561b3d5bf48b329a37b341cd.tar.gz |
Add emacs22 and emacs22-nox11.
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 283ec214008..d86abd17534 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2009/06/05 02:59:50 minskim Exp $ +# $NetBSD: Makefile,v 1.132 2009/08/05 22:07:08 minskim Exp $ # COMMENT= Editors @@ -27,6 +27,8 @@ SUBDIR+= emacs-snapshot SUBDIR+= emacs20 SUBDIR+= emacs21 SUBDIR+= emacs21-nox11 +SUBDIR+= emacs22 +SUBDIR+= emacs22-nox11 SUBDIR+= ex SUBDIR+= fe SUBDIR+= gate |