diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-11 04:46:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-11 04:46:54 +0000 |
commit | 6ba845604f8b085801c3a5baeaffaa021dbca3bb (patch) | |
tree | 0850ebfb9c920c44883e9e0c01e9bd0c045d1256 /chinese/Makefile | |
parent | 12764aa89460b598e2fc2263e690efa94c8c7f6b (diff) | |
download | FreeBSD-ports-6ba845604f8b085801c3a5baeaffaa021dbca3bb.zip FreeBSD-ports-6ba845604f8b085801c3a5baeaffaa021dbca3bb.tar.gz |
Turn on c2t, gb2ps, gbscript, hc, and lunar.
Diffstat (limited to 'chinese/Makefile')
-rw-r--r-- | chinese/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index c2a48c6..9628361 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -1,9 +1,14 @@ -# $Id: Makefile,v 1.5 1996/11/13 12:53:52 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/26 08:18:57 asami Exp $ # SUBDIR += Wnn + SUBDIR += c2t SUBDIR += celvis SUBDIR += cless SUBDIR += cxterm + SUBDIR += gb2ps + SUBDIR += gbscript + SUBDIR += hc + SUBDIR += lunar .include <bsd.port.subdir.mk> |