diff options
author | markd <markd@pkgsrc.org> | 2007-06-11 13:40:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-06-11 13:40:39 +0000 |
commit | 6f76c8019ff9327451b1a8639a33d629dd173246 (patch) | |
tree | c31924a9901e98573fb449c3bc5537c1fbda0632 /editors/Makefile | |
parent | 005073fa515d60f16867f4219f8f5cbd7f101740 (diff) | |
download | pkgsrc-6f76c8019ff9327451b1a8639a33d629dd173246.tar.gz |
add emacs21{,-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 a7c7bac1dcf..31a65d95c95 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2007/04/14 04:51:46 reed Exp $ +# $NetBSD: Makefile,v 1.119 2007/06/11 13:40:39 markd Exp $ # COMMENT= Editors @@ -24,6 +24,8 @@ SUBDIR+= emacs SUBDIR+= emacs-nox11 SUBDIR+= emacs-packages SUBDIR+= emacs20 +SUBDIR+= emacs21 +SUBDIR+= emacs21-nox11 SUBDIR+= ex SUBDIR+= fe SUBDIR+= gate |