diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-04 16:03:09 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-04 16:03:09 +0800 |
commit | 38f9a420b096ae75c51df1167a4e7576fbb97b76 (patch) | |
tree | c94eb74325fa51a22863f63f85fec73ccb27b7dd /lang/Makefile | |
parent | 54a5ac077a3b3d93452c259d902c281cae50c66d (diff) | |
download | freebsd-ports-graphics-38f9a420b096ae75c51df1167a4e7576fbb97b76.tar.gz freebsd-ports-graphics-38f9a420b096ae75c51df1167a4e7576fbb97b76.tar.zst freebsd-ports-graphics-38f9a420b096ae75c51df1167a4e7576fbb97b76.zip |
Turn on lang/cim
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index cf462aa2ad9..b3e08de398d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.57 1996/11/01 02:41:30 jdp Exp $ +# $Id: Makefile,v 1.58 1996/12/03 11:06:32 asami Exp $ # SUBDIR += Gofer SUBDIR += STk SUBDIR += Sather SUBDIR += bwbasic + SUBDIR += cim SUBDIR += eiffel SUBDIR += elk SUBDIR += expect |