diff options
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 16c83de3007..c76a914e2f7 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.8 1999/06/08 10:42:15 sakamoto Exp $ +# $NetBSD: Makefile,v 1.9 1999/06/09 02:34:32 sakamoto Exp $ # + SUBDIR += a2ps SUBDIR += ack SUBDIR += chasen SUBDIR += gawk SUBDIR += grep SUBDIR += groff - SUBDIR += ja-a2ps - SUBDIR += ja-less - SUBDIR += jcode.pl SUBDIR += kakasi + SUBDIR += less SUBDIR += man SUBDIR += micq SUBDIR += namazu SUBDIR += nkf + SUBDIR += p5-jcode SUBDIR += sed .include "../mk/bsd.pkg.subdir.mk" |