diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-04 22:48:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-04 22:48:54 +0000 |
commit | 2d7fae37d743274186cf81449d2fa00ceaeab65b (patch) | |
tree | 502c9bb3a2b441be71785979e9cebbabaade3fda /editors | |
parent | 142efdb7c18975c00156e9159b172f7d0ba05fb8 (diff) | |
download | pkgsrc-2d7fae37d743274186cf81449d2fa00ceaeab65b.tar.gz |
Add and enable leim21.
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 0279def76c7..c22fcb4b713 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2002/05/04 01:27:50 jtb Exp $ +# $NetBSD: Makefile,v 1.62 2002/05/04 22:48:54 wiz Exp $ # COMMENT= Editors @@ -20,6 +20,7 @@ SUBDIR+= jed SUBDIR+= joe SUBDIR+= jove SUBDIR+= leim +SUBDIR+= leim21 SUBDIR+= manedit SUBDIR+= mg2a SUBDIR+= mule |