diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-09-15 06:08:18 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-09-15 06:08:18 +0000 |
commit | a9031f61087c0495bbf6867f5e48824328a2d8e5 (patch) | |
tree | 8cdd37ef3fa8533808fb21ff551e34f735b82516 /editors | |
parent | f29fdcc4cf18c9d827517ac59a2f674f5d884460 (diff) | |
download | pkgsrc-a9031f61087c0495bbf6867f5e48824328a2d8e5.tar.gz |
Add & enable mule-ucs.
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 15b6260daa6..1c0b10fe113 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2002/09/06 23:52:03 rh Exp $ +# $NetBSD: Makefile,v 1.67 2002/09/15 06:08:18 uebayasi Exp $ # COMMENT= Editors @@ -27,6 +27,7 @@ SUBDIR+= leim21 SUBDIR+= manedit SUBDIR+= mg2a SUBDIR+= mule +SUBDIR+= mule-ucs SUBDIR+= nano SUBDIR+= ne SUBDIR+= nedit |