diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-14 02:06:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-14 02:06:56 +0000 |
commit | f24ff549d11c4a3a8cc963ec3161811a2478bdb8 (patch) | |
tree | d225290e165b3384e5ac136f664e9b767b69f6f7 | |
parent | d4dbdf89642b17e9ecba81adadc67d519e86815c (diff) | |
download | ports-f24ff549d11c4a3a8cc963ec3161811a2478bdb8.tar.gz ports-f24ff549d11c4a3a8cc963ec3161811a2478bdb8.zip |
The Makefile for the soon-to-be-born "Chinese" category. With celvis
and cxterm commented out, as Chuck is now working on them! :)
Notes
Notes:
svn path=/head/; revision=3770
-rw-r--r-- | chinese/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile new file mode 100644 index 000000000000..cde6add084d4 --- /dev/null +++ b/chinese/Makefile @@ -0,0 +1,7 @@ +# $Id$ +# + +# SUBDIR += celvis +# SUBDIR += cxterm + +.include <bsd.port.subdir.mk> |