diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-20 05:43:00 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-20 05:43:00 +0000 |
commit | 04b96ffcf116eb7d2ae043615995199c357fdeb4 (patch) | |
tree | 227dfc216ae8718c46e5df8bfb71ef47adc1cd42 | |
parent | 539ae7aa997f0e0613e1b666b660d6b16e8d1338 (diff) | |
download | freebsd-ports-04b96ffcf116eb7d2ae043615995199c357fdeb4.zip |
Added lesw
-rw-r--r-- | japanese/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index c1113c65a7e5..5d7b338b1fe3 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.190 1999/03/19 22:21:42 asami Exp $ +# $Id: Makefile,v 1.191 1999/03/20 01:15:57 asami Exp $ # SUBDIR += Canna @@ -92,6 +92,7 @@ SUBDIR += kterm SUBDIR += kterm16c SUBDIR += less + SUBDIR += lesw SUBDIR += libicq SUBDIR += libslang SUBDIR += lipsf |