diff options
author | agc <agc> | 2013-05-02 05:06:55 +0000 |
---|---|---|
committer | agc <agc> | 2013-05-02 05:06:55 +0000 |
commit | 393279c7375650f12c8c118048cb53df960fd9b2 (patch) | |
tree | 5461c591e0105a85937a259e29edfdd154a43fce /editors | |
parent | fafda03c73a06491413f4acf887fe307c2ff4e5f (diff) | |
download | pkgsrc-393279c7375650f12c8c118048cb53df960fd9b2.tar.gz |
Add and enable em.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index aba9154789c..40278fcac24 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2013/04/02 06:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.165 2013/05/02 05:06:55 agc Exp $ # COMMENT= Editors @@ -26,6 +26,7 @@ SUBDIR+= ed SUBDIR+= edt SUBDIR+= elvis SUBDIR+= elvis-x11 +SUBDIR+= em SUBDIR+= emacs SUBDIR+= emacs-nox11 SUBDIR+= emacs-packages |