diff options
-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" |