diff options
author | dmcmahill <dmcmahill> | 2002-07-07 19:46:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-07-07 19:46:21 +0000 |
commit | e8784463068f2c4058ec58595984041e254e4a5d (patch) | |
tree | 2f6518fa73bff3c1fd10a3f3daba003f266989cb /editors | |
parent | db2a99ac04d0871380b2d745c96f0bae29b2ea62 (diff) | |
download | pkgsrc-e8784463068f2c4058ec58595984041e254e4a5d.tar.gz |
add and enable cooledit
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 48e76cfbd0d..6ca683e4ff7 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2002/05/07 14:58:06 drochner Exp $ +# $NetBSD: Makefile,v 1.64 2002/07/07 19:46:21 dmcmahill Exp $ # COMMENT= Editors @@ -11,6 +11,7 @@ SUBDIR+= bvi SUBDIR+= ce SUBDIR+= ce-doc SUBDIR+= ce-x11 +SUBDIR+= cooledit SUBDIR+= emacs SUBDIR+= emacs21 SUBDIR+= emacs21-nox11 |