diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-01 09:23:17 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-01 09:23:17 +0000 |
commit | dc8db971d42b04cc3b5aaaba34d1e9fb7a47d1f6 (patch) | |
tree | 07abe324e4815f1a7ff3cc446bee86ce1a95ba12 | |
parent | 99bae705e5b939268895d60cf068d11cccc123e0 (diff) | |
download | pkgsrc-dc8db971d42b04cc3b5aaaba34d1e9fb7a47d1f6.tar.gz |
Add & enable emacs-packages.
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index e3fb43d5d78..85a7d5edec1 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2003/02/15 18:54:44 martti Exp $ +# $NetBSD: Makefile,v 1.80 2003/03/01 09:23:17 uebayasi Exp $ # COMMENT= Editors @@ -14,6 +14,7 @@ SUBDIR+= ce-x11 SUBDIR+= cooledit SUBDIR+= easyedit SUBDIR+= emacs +SUBDIR+= emacs-packages SUBDIR+= emacs21 SUBDIR+= emacs21-nox11 SUBDIR+= ex |