diff options
author | sakamoto <sakamoto> | 1999-06-08 10:05:31 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-06-08 10:05:31 +0000 |
commit | 4a8757d935170fe4ba32fad7edfcfe5561091d9e (patch) | |
tree | 6be1c5fc19051406efd619b8c397f1a2f75e8820 /japanese | |
parent | ae62580c7adb1d2ea51b835717c508170e9a1bb5 (diff) | |
download | pkgsrc-4a8757d935170fe4ba32fad7edfcfe5561091d9e.tar.gz |
Add and enable ja-gawk, ja-grep, ja-groff, jcode.pl, kakasi, ja-man, ja-sed.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index d7342d7439d..dd1fad658ce 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,11 +1,18 @@ -# $NetBSD: Makefile,v 1.6 1999/06/07 09:54:55 sakamoto Exp $ +# $NetBSD: Makefile,v 1.7 1999/06/08 10:05:31 sakamoto Exp $ # SUBDIR += ack SUBDIR += chasen + SUBDIR += gawk + SUBDIR += grep + SUBDIR += groff SUBDIR += ja-a2ps SUBDIR += ja-less + SUBDIR += jcode.pl + SUBDIR += kakasi + SUBDIR += man SUBDIR += micq SUBDIR += nkf + SUBDIR += sed .include "../mk/bsd.pkg.subdir.mk" |