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