diff options
author | asami <asami@FreeBSD.org> | 1995-09-22 19:19:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-09-22 19:19:07 +0800 |
commit | 3e05f427952f23129cf97b459c921d6acf02cd72 (patch) | |
tree | f1c09b6af338fc72fe45d8ce3e9b53e2d76b535d | |
parent | a62c9c78246050bb7d37b2fdb2471cb383de7b3f (diff) | |
download | freebsd-ports-gnome-3e05f427952f23129cf97b459c921d6acf02cd72.tar.gz freebsd-ports-gnome-3e05f427952f23129cf97b459c921d6acf02cd72.tar.zst freebsd-ports-gnome-3e05f427952f23129cf97b459c921d6acf02cd72.zip |
Added chimera, convert to new format.
-rw-r--r-- | japanese/Makefile | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index ea1240e97a85..56a52f754931 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,8 +1,26 @@ -# $Id: Makefile,v 1.14 1995/05/14 03:29:36 asami Exp $ +# $Id: Makefile,v 1.15 1995/06/24 09:25:51 asami Exp $ # -SUBDIR= Canna Wnn gawk grep groff gxditview \ - kinput2-canna kinput2-canna+wnn kinput2-wnn kon \ - kterm less mh mule-canna mule-wnn nethack nkf sed tcl tk + SUBDIR += Canna + SUBDIR += Wnn + SUBDIR += chimera + SUBDIR += gawk + SUBDIR += grep + SUBDIR += groff + SUBDIR += gxditview + SUBDIR += kinput2-canna + SUBDIR += kinput2-canna+wnn + SUBDIR += kinput2-wnn + SUBDIR += kon + SUBDIR += kterm + SUBDIR += less + SUBDIR += mh + SUBDIR += mule-canna + SUBDIR += mule-wnn + SUBDIR += nethack + SUBDIR += nkf + SUBDIR += sed + SUBDIR += tcl + SUBDIR += tk .include <bsd.port.subdir.mk> |