diff options
author | schmonz <schmonz> | 2002-04-08 20:03:52 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-04-08 20:03:52 +0000 |
commit | 1d693d7c93fdce05c9d8b95c50798fa5a6fa816a (patch) | |
tree | 65b850624a1b0b1ab68f7db7b409b4bc0d423bd6 /editors | |
parent | a29bb21adabee1b2a91a37e08b5c0645042a4c2b (diff) | |
download | pkgsrc-1d693d7c93fdce05c9d8b95c50798fa5a6fa816a.tar.gz |
Add and enable ce, ce-doc, ce-x11.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index dad5066e7f3..e486ea28917 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2002/03/24 19:44:33 magick Exp $ +# $NetBSD: Makefile,v 1.57 2002/04/08 20:03:52 schmonz Exp $ # COMMENT= Editors @@ -7,6 +7,9 @@ SUBDIR+= abiword SUBDIR+= beav SUBDIR+= biew SUBDIR+= bvi +SUBDIR+= ce +SUBDIR+= ce-doc +SUBDIR+= ce-x11 SUBDIR+= emacs SUBDIR+= gnotepad SUBDIR+= hexedit |