diff options
author | wulf <wulf@pkgsrc.org> | 2000-06-12 22:38:51 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-06-12 22:38:51 +0000 |
commit | 7815202b46f3628bafa4f6fd7f14619a4520e5a4 (patch) | |
tree | c780272451af711cc3dbeecc26a1cb555082b738 /lang/Makefile | |
parent | aeaa03b589c0204cc4b5c43c4458c0ba2faabe38 (diff) | |
download | pkgsrc-7815202b46f3628bafa4f6fd7f14619a4520e5a4.tar.gz |
Added and enabled camlp4
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 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 |