diff options
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2a7f9046ea8..eac70544581 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.47 2000/05/24 06:38:56 tron Exp $ +# $NetBSD: Makefile,v 1.48 2000/06/12 22:38:51 wulf Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # SUBDIR += STk SUBDIR += bwbasic + SUBDIR += camlp4 SUBDIR += cint SUBDIR += clisp SUBDIR += drscheme |