diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-24 09:24:06 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-24 09:24:06 +0000 |
commit | 15a0f9ce319a6c05eb32ebb7a0d23a3667c6e7cb (patch) | |
tree | 8a69f8eecc9158f116c86cc37b32767052f44a90 /lang/Makefile | |
parent | Yorick port. Yorick is an interpreted language tailored for (diff) |
Activate yorick.
Notes
Notes:
svn path=/head/; revision=8795
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 4f0a5d4e0989..6316b88d1065 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.87 1997/11/20 05:26:32 asami Exp $ +# $Id: Makefile,v 1.88 1997/11/24 00:10:48 fenner Exp $ # SUBDIR += Gofer @@ -59,5 +59,6 @@ SUBDIR += tclX75 SUBDIR += tclplugin SUBDIR += xpl + SUBDIR += yorick .include <bsd.port.subdir.mk> |