diff options
author | tron <tron@pkgsrc.org> | 1998-09-06 20:47:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-09-06 20:47:38 +0000 |
commit | 19246506210d93b62aa6bb0764e5901ac7ed2e51 (patch) | |
tree | abcebc1273a869b774d249acbc05990616a5b3fe /lang | |
parent | e9636da53747f8c90ba1361a3af012c3d67240e3 (diff) | |
download | pkgsrc-19246506210d93b62aa6bb0764e5901ac7ed2e51.tar.gz |
Add and enable "clisp", fixes PR pkg/6111.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 47e2726a223..ee1ee6e8a22 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/08/25 14:12:45 tv Exp $ +# $NetBSD: Makefile,v 1.18 1998/09/06 20:47:38 tron Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -7,6 +7,7 @@ # SUBDIR += Sather # SUBDIR += bwbasic # SUBDIR += cim + SUBDIR += clisp # SUBDIR += cmucl # SUBDIR += eiffel SUBDIR += elk |