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 | f8e83c56bb89d0a44f1102536aba635b4ac9cdcd (patch) | |
tree | c269e5b868bc82b9cedc6af058b7909efa0fad3b /editors | |
parent | 304b5d638b3655dc82c381d5d361e945f48c828b (diff) | |
download | pkgsrc-f8e83c56bb89d0a44f1102536aba635b4ac9cdcd.tar.gz |
Add emacs22 and emacs22-nox11.
Diffstat (limited to 'editors')
-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 |