diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-09-22 11:19:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-09-22 11:19:07 +0000 |
commit | 3e01b03199e38d18d92922f37a80261b01c02e40 (patch) | |
tree | da87215d375a9490d350634603d8cb70678cdba0 /japanese/Makefile | |
parent | c21925c09ddd785ba3d210af4a5f005b0bc0dc9a (diff) | |
download | ports-3e01b03199e38d18d92922f37a80261b01c02e40.tar.gz ports-3e01b03199e38d18d92922f37a80261b01c02e40.zip |
Notes
Diffstat (limited to 'japanese/Makefile')
-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> |