diff options
author | tron <tron> | 1998-09-06 20:47:38 +0000 |
---|---|---|
committer | tron <tron> | 1998-09-06 20:47:38 +0000 |
commit | b6d928bba7553544915f40867871364cdf36acf0 (patch) | |
tree | abcebc1273a869b774d249acbc05990616a5b3fe /lang/Makefile | |
parent | 9c9c10ee26e439e9f50fdac899731afa7dde3f35 (diff) | |
download | pkgsrc-b6d928bba7553544915f40867871364cdf36acf0.tar.gz |
Add and enable "clisp", fixes PR pkg/6111.
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 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 |