diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-03 22:16:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-03 22:16:48 +0000 |
commit | 68094fb5d5d13edcf1235f31e050ba24f4f79b21 (patch) | |
tree | 0d0692ba8b8f1fda832f289c93e6d22ba585279e | |
parent | 35850109a6cae2a55ed97413b61f9f691630070d (diff) | |
download | pkgsrc-68094fb5d5d13edcf1235f31e050ba24f4f79b21.tar.gz |
Add and enable jde (hi chris!)
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 671067cf41d..90d6f9ed42f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2001/07/15 16:47:09 wulf Exp $ +# $NetBSD: Makefile,v 1.50 2001/08/03 22:16:48 wiz Exp $ # COMMENT= Editors @@ -10,6 +10,7 @@ SUBDIR+= bvi SUBDIR+= emacs SUBDIR+= gnotepad SUBDIR+= hexedit +SUBDIR+= jde SUBDIR+= jed SUBDIR+= joe SUBDIR+= jove |