diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 12:11:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 12:11:40 +0000 |
commit | 9b538f1c618cbb13ee9d9f7c952ec0ce8386fbd2 (patch) | |
tree | 97d54f2628ee44e771802a7d9f2dd7573b7ee9a8 | |
parent | Remove the GUIDELINES file, which is replaced by section 4.3 of the (diff) |
Added ghostscript and xdvi.
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 1d5fd703f522..5daaf53bad24 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 1995/10/13 09:20:51 asami Exp $ +# $Id: Makefile,v 1.19 1995/10/18 11:19:22 asami Exp $ # SUBDIR += Canna @@ -6,6 +6,7 @@ SUBDIR += chimera SUBDIR += elvis SUBDIR += gawk + SUBDIR += ghostcript SUBDIR += grep SUBDIR += groff SUBDIR += gxditview @@ -25,5 +26,6 @@ SUBDIR += sed SUBDIR += tcl SUBDIR += tk + SUBDIR += xdvi .include <bsd.port.subdir.mk> |