diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-09-18 13:37:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-09-18 13:37:46 +0000 |
commit | 22b83619408b5916c605df931a269e4950522e7e (patch) | |
tree | 42ff9d731e3be13f958b903687c2221f1e4ef7fe /editors | |
parent | a998e048e4cbc2f3a1b9f859fa2b196607a91624 (diff) | |
download | pkgsrc-22b83619408b5916c605df931a269e4950522e7e.tar.gz |
Add emacs25
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 4a9eeb82832..c5359f8261e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.176 2016/07/11 05:21:59 agc Exp $ +# $NetBSD: Makefile,v 1.177 2016/09/18 13:37:46 ryoon Exp $ # COMMENT= Editors @@ -41,6 +41,7 @@ SUBDIR+= emacs23 SUBDIR+= emacs23-nox11 SUBDIR+= emacs24 SUBDIR+= emacs24-nox11 +SUBDIR+= emacs25 SUBDIR+= ex SUBDIR+= fe SUBDIR+= gate |