diff options
author | wulf <wulf> | 2000-06-12 22:38:51 +0000 |
---|---|---|
committer | wulf <wulf> | 2000-06-12 22:38:51 +0000 |
commit | 362b8c1ab413dcbf6505452ff207307f76b64214 (patch) | |
tree | c780272451af711cc3dbeecc26a1cb555082b738 | |
parent | d768b346e0d457ef7e96cd14249f180de9008dc1 (diff) | |
download | pkgsrc-362b8c1ab413dcbf6505452ff207307f76b64214.tar.gz |
Added and enabled camlp4
-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 |