diff options
author | markd <markd> | 2007-06-11 13:40:39 +0000 |
---|---|---|
committer | markd <markd> | 2007-06-11 13:40:39 +0000 |
commit | 2c7f98633a59592a74c440a11a00816a4c3526c9 (patch) | |
tree | c31924a9901e98573fb449c3bc5537c1fbda0632 /editors | |
parent | ef431746a0213225f6edccba25f7dd051266045d (diff) | |
download | pkgsrc-2c7f98633a59592a74c440a11a00816a4c3526c9.tar.gz |
add emacs21{,-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 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 |