diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 15:09:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 15:09:02 +0000 |
commit | 119254c786536254cdfa63296d9878da67e2e6b4 (patch) | |
tree | 500a3d15fc97b93777b0945acc2d6da95dacb6dc /lang/Makefile | |
parent | 83cf5c71efff4a384aef51e91379d3744b2be10a (diff) |
Adding yabasic version 2.60.
Yet another Basic for Unix and Windows.
PR: 15016
Submitted by: Frank Gruender <elwood@mc5sys.in-berlin.de>
Notes
Notes:
svn path=/head/; revision=24050
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index d2bffc5fbd9e..eff19f1aeb27 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -96,6 +96,7 @@ SUBDIR += tclX80 SUBDIR += tclplugin SUBDIR += wamcc + SUBDIR += yabasic SUBDIR += yorick .include <bsd.port.subdir.mk> |