diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 9d4d6d0ff93..b52d2758c95 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2001/02/20 08:18:27 jun Exp $ +# $NetBSD: Makefile,v 1.46 2001/05/14 14:48:26 wiz Exp $ # COMMENT= Editors @@ -25,6 +25,19 @@ SUBDIR+= pico SUBDIR+= sam SUBDIR+= ssam SUBDIR+= tamago +SUBDIR+= ted +SUBDIR+= ted-cs +SUBDIR+= ted-da +SUBDIR+= ted-de +SUBDIR+= ted-en-gb +SUBDIR+= ted-en-us +SUBDIR+= ted-es +SUBDIR+= ted-fr +SUBDIR+= ted-it +SUBDIR+= ted-nl +SUBDIR+= ted-no +SUBDIR+= ted-pt +SUBDIR+= ted-sv SUBDIR+= uemacs SUBDIR+= vigor SUBDIR+= vile |