diff options
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 448cd55..619177b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.36 1996/10/18 15:05:24 asami Exp $ +# $Id: Makefile,v 1.37 1996/11/02 12:35:41 asami Exp $ # SUBDIR += Canna SUBDIR += Wnn SUBDIR += chimera + SUBDIR += dvi2ps SUBDIR += dvi2tty SUBDIR += ejdict SUBDIR += elvis @@ -52,6 +53,7 @@ SUBDIR += today SUBDIR += vfghostscript SUBDIR += vflib + SUBDIR += vfxdvi SUBDIR += xdvi .include <bsd.port.subdir.mk> |