diff options
author | wiz <wiz> | 2000-11-22 16:53:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-22 16:53:49 +0000 |
commit | bea6807ed693e41910d9ac62ee07bfc02433125b (patch) | |
tree | f9e75ac0e02e09b3caaa45e18346d650329d8833 /lang/Makefile | |
parent | a9f92cc65eb95535ca1db02bb1a7a0953454f613 (diff) | |
download | pkgsrc-bea6807ed693e41910d9ac62ee07bfc02433125b.tar.gz |
add & enable intercal
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 c1bb681f2bb..763dfdd9ad5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2000/11/21 16:34:53 skrll Exp $ +# $NetBSD: Makefile,v 1.77 2000/11/22 16:53:49 wiz Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -26,6 +26,7 @@ SUBDIR += guile SUBDIR += hugs SUBDIR += icon + SUBDIR += intercal SUBDIR += japhar SUBDIR += java-lang-spec SUBDIR += java-vm-spec |